mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2024-12-26 21:58:41 +01:00
6 lines
210 B
C
6 lines
210 B
C
#define tiny_arrowright_width 7
|
|
#define tiny_arrowright_height 5
|
|
#define tiny_arrowright_x_hot 0
|
|
#define tiny_arrowright_y_hot 4
|
|
static unsigned char tiny_arrowright_bits[] = {
|
|
0x10, 0x3f, 0x10, 0x00, 0x00 };
|