desk.xbm 196 B

123456
  1. #define desk_width 9
  2. #define desk_height 9
  3. static unsigned char desk_bits[] = {
  4. 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xfe, 0x00, 0xfe, 0x00,
  5. 0x7c, 0x00, 0x7c, 0x00, 0x38, 0x00 };