1151497Sru#define gray6_width 3
2151497Sru#define gray6_height 3
3151497Srustatic char gray6_bits[] = {
4151497Sru   0x04, 0x07, 0x03};
5