mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2024-12-26 21:58:41 +01:00
6 lines
217 B
C
6 lines
217 B
C
#define tiny_numbersign_width 6
|
|
#define tiny_numbersign_height 6
|
|
#define tiny_numbersign_x_hot 0
|
|
#define tiny_numbersign_y_hot 5
|
|
static unsigned char tiny_numbersign_bits[] = {
|
|
0x0a, 0x1f, 0x0a, 0x0a, 0x1f, 0x0a};
|