mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2024-12-26 21:58:41 +01:00
7 lines
320 B
C
7 lines
320 B
C
#define tiny_math_integral_width 9
|
|
#define tiny_math_integral_height 10
|
|
#define tiny_math_integral_x_hot 0
|
|
#define tiny_math_integral_y_hot 8
|
|
static unsigned char tiny_math_integral_bits[] = {
|
|
0x60, 0x00, 0x90, 0x00, 0x10, 0x00, 0x10, 0x00, 0x10, 0x00, 0x08, 0x00,
|
|
0x08, 0x00, 0x08, 0x00, 0x09, 0x00, 0x06, 0x00};
|