1#define gray5_width 3
2#define gray5_height 3
3static char gray5_bits[] = {
4   0x04, 0x07, 0x02};
5