1#define gray4_width 3
2#define gray4_height 3
3static char gray4_bits[] = {
4   0x00, 0x07, 0x02};
5