dot revision 129be1b7
1#define dot_width 16
2#define dot_height 16
3static char dot_bits[] = {
4 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x03, 0xf0, 0x0f, 0xf0, 0x0f,
5 0xf8, 0x1f, 0xf8, 0x1f, 0xf8, 0x1f, 0xf8, 0x1f, 0xf0, 0x0f, 0xf0, 0x0f,
6 0xc0, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
7