1#define i_reg_width 20
2#define i_reg_height 13
3static unsigned char i_reg_bits[] = {
4   0xc0, 0x7f, 0x00, 0xa0, 0x40, 0x00, 0x90, 0x40, 0x00, 0xf0, 0x5a, 0x00,
5   0x10, 0x40, 0x00, 0x50, 0x57, 0x00, 0x10, 0x40, 0x00, 0xd0, 0x5e, 0x00,
6   0x10, 0x40, 0x00, 0xd0, 0x5b, 0x00, 0x10, 0x40, 0x00, 0x10, 0x40, 0x00,
7   0xf0, 0x7f, 0x00};
8