5 lines
199 B
C
5 lines
199 B
C
#define mouse_width 9
|
|
#define mouse_height 9
|
|
static unsigned char mouse_bits[] = {
|
|
0xee, 0x00, 0xee, 0x00, 0xee, 0x00, 0x82, 0x00, 0xfe, 0x00, 0xfe, 0x00,
|
|
0xfe, 0x00, 0xfe, 0x00, 0x7c, 0x00 };
|