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