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