mirror of
https://github.com/dschmenk/Appalm.git
synced 2025-01-02 23:31:02 +00:00
4 lines
120 B
Plaintext
4 lines
120 B
Plaintext
|
#define char2f_width 7
|
||
|
#define char2f_height 8
|
||
|
static char char2f_bits[] = {0x0, 0x4, 0x8, 0x10, 0x20, 0x40, 0x0, 0x0};
|