mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2024-12-26 21:58:41 +01:00
7 lines
238 B
C
7 lines
238 B
C
#define tiny_math_pi_width 9
|
|
#define tiny_math_pi_height 6
|
|
#define tiny_math_pi_x_hot 0
|
|
#define tiny_math_pi_y_hot 5
|
|
static unsigned char tiny_math_pi_bits[] = {
|
|
0xfe, 0x00, 0x25, 0x00, 0x24, 0x00, 0x24, 0x00, 0xa4, 0x00, 0x42, 0x00
|
|
};
|