10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define table_1_width 24
|
|
#define table_1_height 24
|
|
static char table_1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0xfe,0x0f,0x00,0x02,0x30,0x00,
|
|
0x0c,0xc0,0x00,0x34,0x00,0x03,0xc4,0x00,0x0c,0x04,0x03,0x30,
|
|
0x04,0x0c,0x40,0x04,0xf4,0x7f,0x04,0x64,0x30,0x04,0x24,0x20,
|
|
0x00,0x20,0x20,0x00,0x20,0x20,0x00,0x20,0x20,0x00,0x20,0x20,
|
|
0x00,0x20,0x20,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|