mirror of
https://github.com/dschmenk/Appalm.git
synced 2025-01-18 06:30:57 +00:00
4 lines
122 B
Plaintext
4 lines
122 B
Plaintext
|
#define char2b_width 7
|
||
|
#define char2b_height 8
|
||
|
static char char2b_bits[] = {0x0, 0x10, 0x10, 0x7c, 0x10, 0x10, 0x0, 0x0};
|