7 lines
275 B
C
7 lines
275 B
C
#define about_width 10
|
|
#define about_height 15
|
|
static unsigned char about_bits[] = {
|
|
0x78, 0x00, 0xfc, 0x00, 0xce, 0x01, 0x86, 0x01, 0x80, 0x01, 0x80, 0x01,
|
|
0xc0, 0x01, 0xe0, 0x00, 0x70, 0x00, 0x30, 0x00, 0x30, 0x00, 0x30, 0x00,
|
|
0x00, 0x00, 0x30, 0x00, 0x30, 0x00};
|