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