10 lines
		
	
	
		
			545 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			545 B
		
	
	
	
		
			Plaintext
		
	
	
| #define ladder_down_width 24
 | |
| #define ladder_down_height 24
 | |
| static char ladder_down_bits[] = {
 | |
|    0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x21, 0x00,
 | |
|    0x00, 0x21, 0x00, 0x00, 0x27, 0x00, 0x00, 0x39, 0x00, 0x20, 0x21, 0x00,
 | |
|    0x00, 0x21, 0x04, 0x04, 0x27, 0x40, 0x00, 0x39, 0x01, 0x20, 0x21, 0x04,
 | |
|    0xc8, 0xde, 0x21, 0xf0, 0x58, 0x0f, 0xac, 0xc6, 0x5a, 0xb6, 0xde, 0x3a,
 | |
|    0xf6, 0xde, 0x2f, 0xfa, 0xd8, 0x3b, 0xee, 0xc6, 0x3f, 0xec, 0xdf, 0x1f,
 | |
|    0xf0, 0xff, 0x07, 0xc0, 0xff, 0x41, 0x02, 0x00, 0x00, 0x20, 0x00, 0x12};
 |