10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define table_3_width 24
|
|
#define table_3_height 24
|
|
static char table_3_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,
|
|
0x0c,0x0f,0x40,0x0c,0xfc,0x7f,0x0c,0xf2,0x3f,0x04,0x66,0x37,
|
|
0x0c,0xe6,0x38,0x00,0x60,0x30,0x00,0x60,0x30,0x00,0x60,0x30,
|
|
0x00,0x20,0x10,0x00,0x60,0x30,0x00,0x00,0x00,0x00,0x00,0x00};
|