10 lines
		
	
	
		
			455 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			455 B
		
	
	
	
		
			Plaintext
		
	
	
#define coinstack_width 24
 | 
						|
#define coinstack_height 24
 | 
						|
static char coinstack_bits[] = {
 | 
						|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
 | 
						|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
 | 
						|
0x00,0x00,0x00,0x00,0xe0,0x03,0x00,0x1c,0x1c,0x40,0x05,0x20,
 | 
						|
0xa0,0x1a,0x1c,0xa0,0xea,0x23,0x90,0x1a,0x1c,0x48,0xe5,0x23,
 | 
						|
0x48,0x1d,0x1c,0x48,0xe5,0x23,0xa4,0x1e,0x1c,0xa4,0xe2,0x23,
 | 
						|
0x54,0x1d,0x1c,0xa8,0xe0,0x03,0x00,0x00,0x00,0x00,0x00,0x00};
 |