7 lines
290 B
C
Executable File
7 lines
290 B
C
Executable File
#define cursor_width 16
|
|
#define cursor_height 16
|
|
static unsigned char cursor_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x84, 0x10, 0xe8, 0x0b, 0x90, 0x04,
|
|
0xa8, 0x0a, 0x88, 0x08, 0xfe, 0x3f, 0x88, 0x08, 0xa8, 0x0a, 0x90, 0x04,
|
|
0xe8, 0x0b, 0x84, 0x10, 0x80, 0x00, 0x00, 0x00};
|