10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define table_4_width 24
|
|
#define table_4_height 24
|
|
static char table_4_bits[] = {
|
|
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,0xc8,0x03,0x30,0x30,0x0f,0x40,
|
|
0xb0,0xfd,0x7f,0xb0,0xf1,0x7f,0x18,0x23,0x25,0xec,0x46,0x12,
|
|
0xb4,0x85,0x08,0x1c,0x87,0x0d,0x00,0x80,0x0d,0x00,0xc0,0x18,
|
|
0x00,0x60,0x37,0x00,0xa0,0x2d,0x00,0xe0,0x38,0x00,0x00,0x00};
|