1#define gray3_width 3
2#define gray3_height 3
3static char gray3_bits[] = {
4   0x00, 0x03, 0x02};
5