1#define gray6_width 3
2#define gray6_height 3
3static char gray6_bits[] = {
4   0x04, 0x07, 0x03};
5