mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2024-12-26 21:58:41 +01:00
6 lines
199 B
C
6 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};
|