mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2024-12-26 21:58:41 +01:00
6 lines
230 B
C
6 lines
230 B
C
#define tiny_overscore_width 6
|
|
#define tiny_overscore_height 9
|
|
#define tiny_overscore_x_hot 1
|
|
#define tiny_overscore_y_hot 8
|
|
static unsigned char tiny_overscore_bits[] = {
|
|
0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|