You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
291 B
7 lines
291 B
#define menu_cursor_width 16
|
|
#define menu_cursor_height 16
|
|
static char menu_cursor_bits[] = {
|
|
0x00, 0x00, 0x80, 0x7F, 0x88, 0x40, 0x9E, 0x5E, 0x88, 0x40, 0x80, 0x56,
|
|
0x80, 0x40, 0x80, 0x5A, 0x80, 0x40, 0x80, 0x5E, 0x80, 0x40, 0x80, 0x56,
|
|
0x80, 0x40, 0x80, 0x7F, 0x00, 0x00, 0x00, 0x00 };
|