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