#define paintA_width 16 #define paintA_height 16 #define paintA_x_hot 0 #define paintA_y_hot 0 static unsigned char paintA_bits[] = { 0xff, 0xff, 0x3f, 0xfc, 0x0f, 0xf0, 0x07, 0xe0, 0x03, 0xc0, 0x03, 0xc0, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x03, 0xc0, 0x03, 0xc0, 0x07, 0xe0, 0x0f, 0xf0, 0x3f, 0xfc, 0xff, 0xff};