6 lines
216 B
C
Executable File
6 lines
216 B
C
Executable File
#define bullet_width 10
|
|
#define bullet_height 10
|
|
static unsigned char bullet_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x30, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|