mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-24 11:52:32 +00:00
5 lines
134 B
C
Executable file
5 lines
134 B
C
Executable file
#define eye_r_width 8
|
|
#define eye_r_height 8
|
|
static unsigned char eye_r_bits[] = {
|
|
0x00, 0x00, 0xD8, 0x40, 0x40, 0x21, 0x9F, 0x40 };
|