forked from Miroirs/x49gp
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};
|