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