10 lines
440 B
Plaintext
10 lines
440 B
Plaintext
#define bat3_width 24
|
|
#define bat3_height 24
|
|
static char bat3_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x40,0x00,0x01,0x40,0x00,0x01,
|
|
0x40,0x00,0x01,0x60,0x00,0x03,0x60,0x00,0x03,0x70,0x14,0x07,
|
|
0xf8,0x94,0x0f,0xfc,0xbe,0x1f,0xf8,0xaa,0x0f,0xf8,0xff,0x0f,
|
|
0xf8,0xff,0x0f,0xfc,0xe3,0x1f,0xf8,0xb6,0x0f,0xf0,0x88,0x07,
|
|
0x60,0x00,0x03,0x60,0x00,0x03,0x40,0x00,0x01,0x40,0x00,0x01,
|
|
0x40,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|