mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2024-12-26 21:58:41 +01:00
7 lines
279 B
C
7 lines
279 B
C
#define tiny_math_arrowright_width 12
|
|
#define tiny_math_arrowright_height 6
|
|
#define tiny_math_arrowright_x_hot 0
|
|
#define tiny_math_arrowright_y_hot 5
|
|
static unsigned char tiny_math_arrowright_bits[] = {
|
|
0x40, 0x00, 0xc0, 0x01, 0xff, 0x07, 0xc0, 0x01, 0x40, 0x00, 0x00, 0x00
|
|
};
|