10 lines
		
	
	
		
			452 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			452 B
		
	
	
	
		
			Plaintext
		
	
	
| #define bigwizb7_width 24
 | |
| #define bigwizb7_height 24
 | |
| static char bigwizb7_bits[] = {
 | |
| 0x00,0xc0,0xff,0x00,0xe0,0xff,0x00,0xe0,0xff,0x00,0xf0,0xff,
 | |
| 0x00,0xf0,0xff,0x00,0xf8,0xff,0x00,0xf8,0xff,0x00,0xf8,0xff,
 | |
| 0x00,0xfc,0xff,0x00,0xfc,0xff,0x00,0xfc,0xff,0x00,0xfc,0xff,
 | |
| 0x00,0xfe,0xff,0x00,0xfe,0xff,0x00,0xfe,0xff,0x00,0xff,0xff,
 | |
| 0x80,0x7f,0x7f,0xc0,0xff,0x3f,0xc0,0xff,0x9f,0xc0,0xff,0xff,
 | |
| 0xc0,0xff,0xff,0xc0,0xff,0xff,0xc0,0xff,0xff,0xc0,0xff,0xff};
 |