Files
2017-10-19 12:40:28 -04:00

22 lines
306 B
Plaintext

#define mouseyellow_width 16
#define mouseyellow_height 16
static char mouseyellow_bits[] = {
0xfc, 0x1f,
0x04, 0x10,
0xd4, 0x15,
0xd4, 0x15,
0xd4, 0x15,
0xd4, 0x15,
0xd4, 0x15,
0x04, 0x10,
0x04, 0x10,
0x04, 0x10,
0x04, 0x10,
0x04, 0x10,
0x04, 0x10,
0x04, 0x10,
0x04, 0x10,
0xfc, 0x1f,
};