mirror of
https://github.com/dschmenk/Appalm.git
synced 2024-12-30 03:29:40 +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};
|