#define reset_width 16 #define reset_height 16 static unsigned char reset_bits[] = { 0x00, 0x00, 0xe0, 0x03, 0xf8, 0x0f, 0xfc, 0x1f, 0xfc, 0x1f, 0x3e, 0x3e, 0x1e, 0x3c, 0x1e, 0x3c, 0x1e, 0x3c, 0x3e, 0x3e, 0xfc, 0x1f, 0xfc, 0x1f, 0xf8, 0x0f, 0xe0, 0x03, 0x00, 0x00, 0x00, 0x00};