0 #define unmap_width 10

1 #define unmap_height 10

2 static unsigned char unmap_bits[] = {

3 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

4 0x00, 0x00, 0xfe, 0x01, 0xfe, 0x01, 0x00, 0x00 };

5