10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define bullet_5_width 24
|
|
#define bullet_5_height 24
|
|
static char bullet_5_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x00,0x00,0x10,0x00,
|
|
0x00,0x10,0x00,0x00,0x28,0x00,0x00,0x28,0x00,0x00,0x28,0x00,
|
|
0x00,0x44,0x00,0x00,0x44,0x00,0x00,0x00,0x00,0x00,0x38,0x00,
|
|
0x00,0x64,0x00,0x00,0x64,0x00,0x00,0x74,0x00,0x00,0x38,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|