mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2024-12-26 21:58:41 +01:00
6 lines
185 B
C
6 lines
185 B
C
#define tiny_hyphen_width 5
|
|
#define tiny_hyphen_height 4
|
|
#define tiny_hyphen_x_hot 0
|
|
#define tiny_hyphen_y_hot 3
|
|
static unsigned char tiny_hyphen_bits[] = {
|
|
0x0f, 0x00, 0x00, 0x00};
|