10 lines
		
	
	
		
			530 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			530 B
		
	
	
	
		
			Plaintext
		
	
	
| #define blades_width 24
 | |
| #define blades_height 24
 | |
| static char blades_bits[] = {
 | |
|    0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x40, 0x78, 0x00, 0x60, 0x3c, 0x00,
 | |
|    0x60, 0x1c, 0x00, 0x60, 0xff, 0x0f, 0xe0, 0xc1, 0x1f, 0xc2, 0x80, 0x03,
 | |
|    0x46, 0x00, 0x03, 0x3e, 0x00, 0x02, 0x3c, 0x08, 0x0e, 0x38, 0x1c, 0x1e,
 | |
|    0x20, 0x08, 0x3e, 0x20, 0x00, 0x32, 0x70, 0x00, 0x23, 0xfe, 0x80, 0x07,
 | |
|    0xfc, 0xc1, 0x07, 0x00, 0x7f, 0x06, 0x00, 0x1c, 0x06, 0x00, 0x1e, 0x02,
 | |
|    0x00, 0x0f, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
 |