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 };
|