9 lines
405 B
C
9 lines
405 B
C
|
#define nose_hat_width 43
|
||
|
#define nose_hat_height 10
|
||
|
static unsigned char nose_hat_bits[] = {
|
||
|
0x00,0xf8,0xff,0xff,0x00,0x00,0x00,0xf8,0xff,0xff,0x00,0x00,0x00,0xf8,0xff,
|
||
|
0xff,0x00,0x00,0x00,0xf8,0xff,0xff,0x00,0x00,0x00,0xf8,0xff,0xff,0x00,0x00,
|
||
|
0x00,0xf8,0xff,0xff,0x00,0x00,0xff,0x0f,0x00,0x80,0xff,0x07,0xff,0xff,0xff,
|
||
|
0xff,0xff,0x07,0xff,0xff,0xff,0xff,0xff,0x07,0xff,0xff,0xff,0xff,0xff,0x07
|
||
|
};
|