10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define stol_2_width 24
|
|
#define stol_2_height 24
|
|
static char stol_4_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0x00,0x00,0x98,0x01,
|
|
0x00,0x08,0x01,0x00,0x64,0x02,0x00,0x04,0x02,0x00,0x04,0x02,
|
|
0x00,0xf4,0x02,0x00,0x0c,0x03,0x00,0x04,0x02,0x00,0x04,0x02,
|
|
0x00,0xfc,0x03,0x00,0x03,0x03,0xc0,0xc0,0x02,0xe0,0x3f,0x02,
|
|
0x40,0x10,0x02,0x40,0x10,0x02,0x40,0x10,0x02,0x40,0x10,0x02,
|
|
0x40,0x10,0x00,0x40,0x10,0x00,0x40,0x10,0x00,0x00,0x00,0x00};
|