1#define gray1_width 3
2#define gray1_height 3
3static char gray1_bits[] = {
4   0x00, 0x02, 0x00};
5