#define desk_pressed_width 15 #define desk_pressed_height 15 static unsigned char desk_pressed_bits[] = { 0xe0, 0x03, 0xf8, 0x0f, 0xfc, 0x1f, 0xfe, 0x39, 0xfe, 0x30, 0x7f, 0x70, 0x0f, 0x78, 0x1f, 0x7c, 0x3f, 0x7e, 0x5f, 0x7e, 0xee, 0x3e, 0xfe, 0x3f, 0xfc, 0x1f, 0xf8, 0x0f, 0xe0, 0x03 };