mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2024-12-27 21:58:33 +01:00
7 lines
258 B
C
7 lines
258 B
C
|
#define tiny_math_radical_width 8
|
||
|
#define tiny_math_radical_height 11
|
||
|
#define tiny_math_radical_x_hot 0
|
||
|
#define tiny_math_radical_y_hot 8
|
||
|
static unsigned char tiny_math_radical_bits[] = {
|
||
|
0x40, 0x40, 0x40, 0x20, 0x20, 0x20, 0x17, 0x14, 0x1c, 0x08, 0x08};
|