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