1#define gray2_width 3
2#define gray2_height 3
3static char gray2_bits[] = {
4   0x00, 0x03, 0x00};
5