10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define table_2_width 24
|
|
#define table_2_height 24
|
|
static char table_2_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,
|
|
0x0e,0xc0,0x00,0x3c,0x00,0x03,0xf4,0x00,0x0c,0xcc,0x03,0x30,
|
|
0x04,0x0f,0x40,0x04,0xfc,0x7f,0x04,0x34,0x27,0x04,0xa4,0x28,
|
|
0x04,0x64,0x30,0x00,0x20,0x20,0x00,0x20,0x20,0x00,0x20,0x20,
|
|
0x00,0x20,0x20,0x00,0x20,0x20,0x00,0x00,0x00,0x00,0x00,0x00};
|