6 lines
221 B
C
6 lines
221 B
C
#define nose_face_down_width 18
|
|
#define nose_face_down_height 7
|
|
static unsigned char nose_face_down_bits[] = {
|
|
0xff,0xff,0x03,0xff,0xff,0x03,0xfe,0xff,0x01,0xfe,0xff,0x01,0xfc,0xff,0x00,
|
|
0xf8,0x7f,0x00,0xe0,0x1f,0x00};
|