10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define bullet_1_width 24
|
|
#define bullet_1_height 24
|
|
static char bullet_1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x1c,0x00,0x00,0x32,0x00,0x00,0x32,0x00,0x00,0x3a,0x00,
|
|
0x00,0x1c,0x00,0x00,0x00,0x00,0x00,0x22,0x00,0x00,0x22,0x00,
|
|
0x00,0x14,0x00,0x00,0x14,0x00,0x00,0x14,0x00,0x00,0x08,0x00,
|
|
0x00,0x08,0x00,0x00,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|