2012-01-17 23:14:00 +01:00

6 lines
202 B
C

#define bullet_width 9
#define bullet_height 9
static unsigned char bullet_bits[] = {
0x00, 0x00, 0x08, 0x00, 0x18, 0x00, 0x38, 0x00, 0x38, 0x00, 0x18, 0x00,
0x08, 0x00, 0x00, 0x00, 0x00, 0x00 };