6 lines
202 B
C
Raw Normal View History

2011-07-22 15:45:17 +02:00
#define bullet_width 9
#define bullet_height 9
2011-03-17 00:52:49 +01:00
static unsigned char bullet_bits[] = {
2011-07-22 15:45:17 +02:00
0x00, 0x00, 0x08, 0x00, 0x18, 0x00, 0x38, 0x00, 0x38, 0x00, 0x18, 0x00,
0x08, 0x00, 0x00, 0x00, 0x00, 0x00 };