6 lines
208 B
C
6 lines
208 B
C
#define minimail_width 13
|
|
#define minimail_height 9
|
|
static unsigned char minimail_bits[] = {
|
|
0xff, 0x1f, 0x01, 0x10, 0x03, 0x18, 0x05, 0x14, 0x09, 0x12, 0x19, 0x13,
|
|
0xe5, 0x14, 0x03, 0x18, 0xff, 0x1f};
|