10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define bullet_3_width 24
|
|
#define bullet_3_height 24
|
|
static char bullet_3_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x30,0x07,0x00,0x8e,0x0c,0xc8,0x81,0x0c,
|
|
0x00,0x8e,0x0e,0x00,0x30,0x07,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|