10 lines
		
	
	
		
			461 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			461 B
		
	
	
	
		
			Plaintext
		
	
	
| #define morningstar_width 24
 | |
| #define morningstar_height 24
 | |
| static char morningstar_bits[] = {
 | |
| 0x00,0x00,0x00,0x00,0x60,0x00,0x00,0xd0,0x00,0x00,0xc0,0x00,
 | |
| 0x00,0xc8,0x00,0x00,0xc0,0x01,0x00,0x84,0x01,0x00,0x80,0x01,
 | |
| 0x40,0x82,0x03,0x50,0x05,0x03,0xe0,0x03,0x03,0xb8,0x0f,0x07,
 | |
| 0xd0,0x07,0x06,0xdc,0x07,0x06,0xf0,0x0f,0x0e,0xe8,0x03,0x0c,
 | |
| 0xa0,0x06,0x0c,0x80,0x00,0x1c,0x00,0x00,0x18,0x00,0x00,0x18,
 | |
| 0x00,0x00,0x38,0x00,0x00,0x30,0x00,0x00,0x30,0x00,0x00,0x00};
 |