Files
2017-10-19 12:40:28 -04:00

22 lines
297 B
Plaintext

#define tellipse_width 16
#define tellipse_height 16
static char tellipse_bits[] = {
0xa4, 0xda,
0xa4, 0xda,
0xa3, 0x3a,
0x90, 0xf6,
0x88, 0xee,
0x87, 0x1e,
0x80, 0xfe,
0xff, 0x00,
0x00, 0xff,
0x7f, 0x01,
0x78, 0xe1,
0x77, 0x11,
0x6f, 0x09,
0x5c, 0xc5,
0x5b, 0x25,
0x5b, 0x25,
};