#
#define lights_width 16
#define lights_height 16
static unsigned char lights_bits[] = {
   0x00, 0x00, 0x08, 0x00, 0x1c, 0x00, 0x3e, 0x00, 0x7c, 0x7f, 0x38, 0x00,
   0x10, 0x06, 0x80, 0x18, 0x10, 0x61, 0x50, 0x02, 0x50, 0x04, 0x90, 0x08,
   0x90, 0x10, 0x10, 0x21, 0x10, 0x41, 0x00, 0x00};
