6 lines
216 B
C
6 lines
216 B
C
#define up_width 11
|
|
#define up_height 11
|
|
static unsigned char up_bits[] = {
|
|
0x20, 0x00, 0x20, 0x00, 0x70, 0x00, 0x70, 0x00, 0xf8, 0x00, 0xf8, 0x00,
|
|
0xfc, 0x01, 0xfc, 0x01, 0xfe, 0x03, 0xfe, 0x03, 0xff, 0x07};
|
|
|