10 lines
		
	
	
		
			533 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			533 B
		
	
	
	
		
			Plaintext
		
	
	
#define phil_phos_width 24
 | 
						|
#define phil_phos_height 24
 | 
						|
static char phil_phos_bits[] = {
 | 
						|
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x40, 0x00,
 | 
						|
  0x20, 0x00, 0x00, 0x00, 0x0e, 0x04, 0x00, 0x1a, 0x00, 0x00, 0xf3, 0x00,
 | 
						|
  0x10, 0xd5, 0x01, 0x80, 0x64, 0x03, 0xe0, 0xa2, 0x07, 0xa0, 0xc9, 0x0f,
 | 
						|
  0xb0, 0xa3, 0x06, 0xf0, 0x8b, 0x03, 0xc0, 0xce, 0x01, 0x00, 0xdc, 0x00,
 | 
						|
  0x00, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
 | 
						|
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
 |