10 lines
455 B
Plaintext
10 lines
455 B
Plaintext
#define lbullet_3_width 24
|
|
#define lbullet_3_height 24
|
|
static char lbullet_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,0x20,0x0e,0x00,0x18,0x1f,0x00,0x87,0x33,0xe4,0x80,0x37,
|
|
0x00,0x87,0x3f,0x00,0x18,0x1f,0x00,0x20,0x0e,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};
|