mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2024-12-26 21:58:41 +01:00
7 lines
306 B
C
7 lines
306 B
C
#define tiny_math_numbersign_width 10
|
|
#define tiny_math_numbersign_height 8
|
|
#define tiny_math_numbersign_x_hot 0
|
|
#define tiny_math_numbersign_y_hot 7
|
|
static unsigned char tiny_math_numbersign_bits[] = {
|
|
0x48, 0x00, 0x48, 0x00, 0xfe, 0x01, 0x48, 0x00, 0x24, 0x00, 0xff, 0x00,
|
|
0x24, 0x00, 0x24, 0x00};
|