mirror of
https://github.com/dschmenk/Appalm.git
synced 2025-01-20 03:30:00 +00:00
4 lines
118 B
Plaintext
4 lines
118 B
Plaintext
|
#define char2d_width 7
|
||
|
#define char2d_height 8
|
||
|
static char char2d_bits[] = {0x0, 0x0, 0x0, 0x7c, 0x0, 0x0, 0x0, 0x0};
|