1#define gray8_width 3
2#define gray8_height 3
3static char gray8_bits[] = {
4   0x05, 0x07, 0x07};
5