1#define grid8_width 8
2#define grid8_height 8
3static char grid8_bits[] = {
4   0x55, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00};
5