mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-24 11:52:32 +00:00
5 lines
143 B
C
Executable file
5 lines
143 B
C
Executable file
#define mouse_01_width 8
|
|
#define mouse_01_height 8
|
|
static unsigned char mouse_01_bits[] = {
|
|
0xEE, 0xEE, 0xEE, 0x82, 0xFE, 0xFE, 0xFE, 0x7C };
|