#define desk_toggled_width 15
#define desk_toggled_height 15
static unsigned char desk_toggled_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0xc0, 0x01, 0xf0, 0x07, 0xf8, 0x0f, 0xf8, 0x0f,
   0x7c, 0x1f, 0x3c, 0x1e, 0x7c, 0x1f, 0xf8, 0x0f, 0xf8, 0x0f, 0xf0, 0x07,
   0xc0, 0x01, 0x00, 0x00, 0x00, 0x00 };
