10 lines
455 B
Plaintext
10 lines
455 B
Plaintext
#define lbullet_8_width 24
|
|
#define lbullet_8_height 24
|
|
static char lbullet_8_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xe0,0x00,0x00,
|
|
0xf0,0x01,0x00,0x38,0x03,0x00,0x78,0x03,0x00,0xf8,0x03,0x00,
|
|
0xf0,0x09,0x00,0xe0,0x08,0x00,0x00,0x10,0x00,0x00,0x23,0x00,
|
|
0x00,0x24,0x00,0x00,0x58,0x00,0x00,0xa0,0x00,0x00,0x40,0x01,
|
|
0x00,0x80,0x01,0x00,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x08,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|