7 lines
327 B
C
7 lines
327 B
C
#define left_right_cursor_xbm_width 16
|
|
#define left_right_cursor_xbm_height 16
|
|
static char left_right_cursor_xbm_bits[] = {
|
|
0x00, 0x00, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x88, 0x11,
|
|
0x8C, 0x31, 0xFE, 0x7F, 0x8C, 0x31, 0x88, 0x11, 0x80, 0x01, 0x80, 0x01,
|
|
0x80, 0x01, 0x80, 0x01, 0x00, 0x00, 0x00, 0x00 };
|