mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2024-12-27 21:58:33 +01:00
7 lines
199 B
C
7 lines
199 B
C
|
#define tiny_underscore_width 6
|
||
|
#define tiny_underscore_height 3
|
||
|
#define tiny_underscore_x_hot 1
|
||
|
#define tiny_underscore_y_hot 0
|
||
|
static unsigned char tiny_underscore_bits[] = {
|
||
|
0x00, 0x00, 0x3f};
|