10 lines
		
	
	
		
			539 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			539 B
		
	
	
	
		
			Plaintext
		
	
	
| #define liv_chaos_width 24
 | |
| #define liv_chaos_height 24
 | |
| static char liv_chaos_bits[] = {
 | |
|    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02,
 | |
|    0x20, 0x00, 0x05, 0x20, 0x00, 0x01, 0x10, 0x9c, 0x0c, 0x12, 0x7f, 0x12,
 | |
|    0x9c, 0xff, 0x21, 0xa0, 0x3b, 0x40, 0xc0, 0xd7, 0x01, 0x40, 0xeb, 0x01,
 | |
|    0xc0, 0xec, 0x01, 0x08, 0xdb, 0x00, 0xf0, 0xbf, 0x00, 0x48, 0x7f, 0x00,
 | |
|    0x44, 0x9c, 0x00, 0x32, 0x80, 0x10, 0x40, 0x80, 0x08, 0x20, 0x00, 0x17,
 | |
|    0x10, 0x40, 0x01, 0x00, 0x80, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x01};
 |