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