5 lines
		
	
	
		
			139 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			139 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #define bullet_width 4
 | |
| #define bullet_height 8
 | |
| static unsigned char bullet_bits[] = {
 | |
|    0x00, 0x02, 0x06, 0x0e, 0x06, 0x02, 0x00, 0x00 };
 | 
