mirror of
https://github.com/dschmenk/Appalm.git
synced 2025-01-02 08:29:54 +00:00
4 lines
264 B
Plaintext
4 lines
264 B
Plaintext
|
#define lowres_width 14
|
||
|
#define lowres_height 16
|
||
|
static unsigned char lowres_bits[] = {0xff, 0xfc, 0xff, 0xfc, 0xff, 0xfc, 0xff, 0xfc, 0xff, 0xfc, 0xff, 0xfc, 0xff, 0xfc, 0xff, 0xfc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0};
|