6 lines
		
	
	
		
			231 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			231 B
		
	
	
	
		
			C
		
	
	
	
	
	
#define max_toggled_width 10
 | 
						|
#define max_toggled_height 10
 | 
						|
static unsigned char max_toggled_bits[] = {
 | 
						|
   0x00, 0x00, 0x00, 0x00, 0xf0, 0x00, 0x9e, 0x00, 0x92, 0x00, 0xf2, 0x00,
 | 
						|
   0x42, 0x00, 0x42, 0x00, 0x7e, 0x00, 0x00, 0x00 };
 |