10 lines
440 B
Plaintext
10 lines
440 B
Plaintext
#define bat2_width 24
|
|
#define bat2_height 24
|
|
static char bat2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x44,0x22,0x00,0xd6,0x6b,0x00,0xfe,
|
|
0x7f,0x00,0xd6,0x6b,0x88,0x44,0x22,0xac,0x01,0x00,0xfc,0x01,
|
|
0x00,0xac,0x01,0x00,0x88,0x00,0x00,0x00,0x00,0x00,0x00,0x11,
|
|
0x00,0x80,0x35,0x00,0x80,0x3f,0x00,0x80,0x35,0x00,0x00,0x11,
|
|
0x00,0x00,0x00,0x44,0x00,0x00,0xd6,0x00,0x00,0xfe,0x10,0x01,
|
|
0xd6,0x58,0x03,0x44,0xf8,0x03,0x00,0x58,0x03,0x00,0x10,0x01};
|