5 lines
196 B
C
5 lines
196 B
C
#define mail_width 9
|
|
#define mail_height 9
|
|
static unsigned char mail_bits[] = {
|
|
0x00, 0x00, 0xff, 0x01, 0x01, 0x01, 0x45, 0x01, 0x29, 0x01, 0x11, 0x01,
|
|
0x01, 0x01, 0xff, 0x01, 0x00, 0x00 };
|