7 lines
318 B
C
7 lines
318 B
C
#define up_down_cursor_xbm_width 16
|
|
#define up_down_cursor_xbm_height 16
|
|
static char up_down_cursor_xbm_bits[] = {
|
|
0x00, 0x00, 0x00, 0x01, 0x80, 0x03, 0xC0, 0x07, 0x00, 0x01, 0x00, 0x01,
|
|
0x00, 0x01, 0xFC, 0x7F, 0xFC, 0x7F, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01,
|
|
0xC0, 0x07, 0x80, 0x03, 0x00, 0x01, 0x00, 0x00 };
|