6 lines
		
	
	
		
			199 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			199 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #define shade_width 9
 | |
| #define shade_height 9
 | |
| static unsigned char shade_bits[] = {
 | |
|    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0xff, 0x00, 0x00, 0x00,
 | |
|    0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
 |