mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2024-12-27 21:58:33 +01:00
7 lines
191 B
C
7 lines
191 B
C
|
#define tiny_colon_width 3
|
||
|
#define tiny_colon_height 6
|
||
|
#define tiny_colon_x_hot 0
|
||
|
#define tiny_colon_y_hot 5
|
||
|
static unsigned char tiny_colon_bits[] = {
|
||
|
0x03, 0x03, 0x00, 0x00, 0x03, 0x03 };
|