9 lines
447 B
Plaintext
9 lines
447 B
Plaintext
#define skree_width 24
|
|
#define skree_height 24
|
|
static char skree_bits[] = {
|
|
0xfc,0xf9,0xff,0xfc,0xff,0xff,0xfc,0xff,0xff,0xbc,0x7f,0xfc,0x18,0x3f,0xfc,
|
|
0x00,0x0e,0xfe,0x00,0x0e,0x9e,0x00,0x06,0x9e,0x00,0x07,0xcc,0x00,0x07,0xc0,
|
|
0x00,0x03,0xe0,0x80,0x03,0xe0,0xe0,0x01,0xf0,0xf0,0x00,0x78,0x78,0x00,0x3c,
|
|
0x3c,0x00,0x3c,0x1c,0x00,0x38,0x1c,0x00,0x00,0x3c,0x00,0x00,0x7c,0x00,0x00,
|
|
0xf8,0x00,0x00,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|