mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2024-12-26 21:58:41 +01:00
7 lines
323 B
C
7 lines
323 B
C
#define tiny_math_downarrowright_width 12
|
|
#define tiny_math_downarrowright_height 8
|
|
#define tiny_math_downarrowright_x_hot 0
|
|
#define tiny_math_downarrowright_y_hot 7
|
|
static unsigned char tiny_math_downarrowright_bits[] = {
|
|
0x01, 0x00, 0x01, 0x00, 0x41, 0x00, 0xc1, 0x01, 0xff, 0x07, 0xc0, 0x01,
|
|
0x40, 0x00, 0x00, 0x00 };
|