#include <Wire.h>
#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h>
const int SCREEN_WIDTH = 128; // OLED display width, in pixels
const int SCREEN_HEIGHT = 64; // OLED display height, in pixels
// Declaration for an SSD1306 display connected to I2C (SDA, SCL pins)
Adafruit_SSD1306 display(SCREEN_WIDTH, SCREEN_HEIGHT, &Wire, -1);
void setup() {
display.begin(SSD1306_SWITCHCAPVCC, 0x3C);
}
// OLED Animation: sunset weather
// Code auto-generated by https://wokwi.com/animator, graphics by icons8.com
#define FRAME_DELAY (0)
#define FRAME_WIDTH (64)
#define FRAME_HEIGHT (64)
#define FRAME_COUNT (sizeof(frames) / sizeof(frames[0]))
const byte PROGMEM frames[][512] = {
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,254,0,0,0,0,0,3,255,255,192,0,0,0,0,31,240,15,248,0,0,0,0,63,0,0,252,0,0,0,0,248,0,0,31,0,0,0,3,224,0,0,7,192,0,0,7,128,0,0,1,224,0,0,15,0,0,0,0,240,0,0,30,0,0,0,0,120,0,0,60,0,0,0,0,60,0,0,120,0,0,0,0,30,0,0,240,0,0,0,0,15,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,7,0,0,0,0,0,0,224,7,0,12,0,0,48,0,96,7,255,255,247,239,255,255,224,15,255,255,255,255,255,255,240,15,255,255,254,127,255,255,240,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,27,255,255,254,127,255,255,216,25,255,255,254,127,255,255,152,25,255,255,252,63,255,255,152,25,255,255,252,63,255,255,152,24,255,255,252,63,255,255,24,24,255,255,248,31,255,255,24,24,127,255,248,31,255,254,24,24,63,255,240,15,255,252,24,28,15,255,192,3,255,240,56,28,3,255,0,0,255,192,56,28,0,0,0,0,0,0,56,12,0,0,0,0,0,0,48,14,0,0,0,0,0,0,112,14,0,0,0,0,0,96,112,6,0,0,0,0,0,224,96,6,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,3,0,0,62,1,128,1,192,3,192,1,248,3,128,0,224,3,254,63,240,7,0,0,240,0,255,255,128,15,0,0,120,0,31,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,7,128,0,0,1,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,15,248,0,0,0,0,3,255,255,192,0,0,0,0,0,127,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,254,0,0,0,0,0,3,255,255,192,0,0,0,0,31,240,15,248,0,0,0,0,63,0,0,252,0,0,0,0,248,0,0,31,0,0,0,3,224,0,0,7,192,0,0,7,128,0,0,1,224,0,0,15,0,0,0,0,240,0,0,30,0,0,0,0,120,0,0,60,0,0,0,0,60,0,0,120,0,0,0,0,30,0,0,240,0,0,0,0,15,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,7,0,0,0,0,0,0,224,7,0,12,0,0,48,0,96,7,255,255,247,239,255,255,224,15,255,255,255,255,255,255,240,15,255,255,254,127,255,255,240,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,27,255,255,254,127,255,255,216,25,255,255,254,127,255,255,152,25,255,255,252,63,255,255,152,25,255,255,252,63,255,255,152,24,255,255,252,63,255,255,24,24,255,255,248,31,255,255,24,24,127,255,248,31,255,254,24,24,63,255,240,15,255,252,24,28,15,255,192,3,255,240,56,28,3,255,0,0,255,192,56,28,0,0,0,0,0,0,56,12,0,0,0,0,0,0,48,14,0,0,0,0,0,0,112,14,0,0,0,0,0,96,112,6,0,0,0,0,0,224,96,6,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,3,0,0,62,1,128,1,192,3,192,1,248,3,128,0,224,3,254,63,240,7,0,0,240,0,255,255,128,15,0,0,120,0,31,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,7,128,0,0,1,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,15,248,0,0,0,0,3,255,255,192,0,0,0,0,0,127,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,254,0,0,0,0,0,3,255,255,192,0,0,0,0,31,240,15,248,0,0,0,0,63,0,0,252,0,0,0,0,248,0,0,31,0,0,0,3,224,0,0,7,192,0,0,7,128,0,0,1,224,0,0,15,0,0,0,0,240,0,0,30,0,0,0,0,120,0,0,60,0,0,0,0,60,0,0,120,0,0,0,0,30,0,0,240,0,0,0,0,15,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,7,0,0,0,0,0,0,224,7,0,12,0,0,48,0,96,7,255,255,247,239,255,255,224,15,255,255,255,255,255,255,240,15,255,255,254,127,255,255,240,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,27,255,255,254,127,255,255,216,25,255,255,254,127,255,255,152,25,255,255,252,63,255,255,152,25,255,255,252,63,255,255,152,24,255,255,252,63,255,255,24,24,255,255,248,31,255,255,24,24,127,255,248,31,255,254,24,24,63,255,240,15,255,252,24,28,15,255,192,3,255,240,56,28,3,255,0,0,255,192,56,28,0,0,0,0,0,0,56,12,0,0,0,0,0,0,48,14,0,0,0,0,0,0,112,14,0,0,0,0,0,96,112,6,0,0,0,0,0,224,96,6,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,3,0,0,62,1,128,1,192,3,192,1,248,3,128,0,224,3,254,63,240,7,0,0,240,0,255,255,128,15,0,0,120,0,31,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,7,128,0,0,1,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,15,248,0,0,0,0,3,255,255,192,0,0,0,0,0,127,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,254,0,0,0,0,0,3,255,255,192,0,0,0,0,31,240,15,248,0,0,0,0,63,0,0,252,0,0,0,0,248,0,0,31,0,0,0,3,224,0,0,7,192,0,0,7,128,0,0,1,224,0,0,15,0,0,0,0,240,0,0,30,0,0,0,0,120,0,0,60,0,0,0,0,60,0,0,120,0,0,0,0,30,0,0,240,0,0,0,0,15,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,7,0,0,0,0,0,0,224,7,0,12,0,0,48,0,96,7,255,255,247,239,255,255,224,15,255,255,255,255,255,255,240,15,255,255,254,127,255,255,240,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,27,255,255,254,127,255,255,216,25,255,255,254,127,255,255,152,25,255,255,252,63,255,255,152,25,255,255,252,63,255,255,152,24,255,255,252,63,255,255,24,24,255,255,248,31,255,255,24,24,127,255,248,31,255,254,24,24,63,255,240,15,255,252,24,28,15,255,192,3,255,240,56,28,3,255,0,0,255,192,56,28,0,0,0,0,0,0,56,12,0,0,0,0,0,0,48,14,0,0,0,0,0,0,112,14,0,0,0,0,0,96,112,6,0,0,0,0,0,224,96,6,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,3,0,0,62,1,128,1,192,3,192,1,248,3,128,0,224,3,254,63,240,7,0,0,240,0,255,255,128,15,0,0,120,0,31,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,7,128,0,0,1,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,15,248,0,0,0,0,3,255,255,192,0,0,0,0,0,127,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,254,0,0,0,0,0,3,255,255,192,0,0,0,0,31,240,15,248,0,0,0,0,63,0,0,252,0,0,0,0,248,0,0,31,0,0,0,3,224,0,0,7,192,0,0,7,128,0,0,1,224,0,0,15,0,0,0,0,240,0,0,30,0,0,0,0,120,0,0,60,0,0,0,0,60,0,0,120,0,0,0,0,30,0,0,240,0,0,0,0,15,0,0,224,12,3,195,255,255,128,1,255,255,255,255,255,255,224,7,255,255,255,255,255,255,240,15,255,255,254,127,255,255,240,31,255,255,254,127,255,255,224,15,255,255,254,127,255,255,224,7,255,255,254,127,255,255,224,15,255,255,254,127,255,255,240,15,255,255,254,127,255,255,240,15,255,255,254,63,255,255,176,29,255,255,252,63,255,255,184,29,255,255,252,63,255,255,56,28,255,255,252,31,255,255,56,24,255,255,248,31,255,254,24,24,127,255,248,15,255,252,24,24,63,255,240,7,255,240,24,24,15,255,192,1,255,192,24,24,3,255,128,0,28,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,12,0,0,0,0,0,0,48,14,0,0,0,0,0,0,112,14,0,0,0,0,0,96,112,6,0,0,0,0,0,224,96,7,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,3,0,0,62,1,128,1,192,3,192,1,248,3,128,0,224,3,254,63,240,7,0,0,240,0,255,255,128,15,0,0,120,0,31,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,7,128,0,0,1,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,15,248,0,0,0,0,3,255,255,192,0,0,0,0,0,127,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,254,0,0,0,0,0,3,255,255,192,0,0,0,0,31,240,15,248,0,0,0,0,63,0,0,252,0,0,0,0,248,0,0,31,0,0,0,3,224,0,0,7,192,0,0,7,128,0,0,255,255,128,0,15,0,3,207,255,255,224,0,31,255,255,255,255,255,240,1,255,255,255,255,255,255,240,15,255,255,252,127,255,255,224,31,255,255,252,127,255,255,192,31,255,255,254,127,255,255,128,15,255,255,254,127,255,255,128,3,255,255,254,127,255,255,192,3,255,255,254,127,255,255,192,7,255,255,252,63,255,255,224,7,255,255,252,63,255,255,224,7,255,255,252,63,255,255,96,15,255,255,252,31,255,254,112,14,255,255,248,31,255,252,112,12,127,255,248,15,255,248,48,28,63,255,240,3,255,224,56,28,31,255,192,1,255,0,56,28,7,255,128,1,252,0,56,24,0,63,192,3,252,0,24,24,0,63,128,1,252,0,24,24,0,31,128,1,248,0,24,24,0,15,0,0,240,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,12,0,0,0,0,0,0,48,14,0,0,0,0,0,0,112,14,0,0,0,0,0,96,112,6,0,0,0,0,0,224,96,7,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,3,0,0,62,1,128,1,192,3,192,1,248,3,128,0,224,3,254,63,240,7,0,0,240,0,255,255,128,15,0,0,120,0,31,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,7,128,0,0,1,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,15,248,0,0,0,0,3,255,255,192,0,0,0,0,0,127,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,254,0,0,0,0,0,3,255,255,227,254,0,0,0,31,240,15,255,255,224,0,0,63,7,255,255,255,240,0,3,255,255,255,255,255,224,0,127,255,255,255,255,255,224,3,255,255,252,127,255,255,192,15,255,255,252,127,255,255,128,31,255,255,252,127,255,255,128,31,255,255,252,127,255,255,128,3,255,255,254,127,255,255,128,3,255,255,254,127,255,255,128,3,255,255,254,63,255,255,0,1,255,255,252,63,255,255,128,3,255,255,252,63,255,255,128,3,255,255,252,31,255,253,192,7,255,255,248,15,255,248,224,7,127,255,248,7,255,240,224,6,63,255,240,3,255,128,96,14,31,255,224,0,0,0,112,14,7,255,128,0,0,0,112,12,1,254,0,0,96,0,48,28,0,31,0,0,248,0,56,28,0,63,128,1,252,0,56,28,0,63,128,1,252,0,56,24,0,63,192,3,252,0,24,24,0,63,128,1,252,0,24,24,0,31,128,1,248,0,24,24,0,15,0,0,240,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,12,0,0,0,0,0,0,48,14,0,0,0,0,0,0,112,14,0,0,0,0,0,96,96,6,0,0,0,0,0,224,96,7,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,3,0,0,62,1,128,1,192,3,192,1,248,3,128,0,224,3,254,63,240,7,0,0,240,0,255,255,128,15,0,0,120,0,31,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,7,128,0,0,1,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,13,248,0,0,0,0,3,255,255,192,0,0,0,0,0,127,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,255,192,0,0,0,127,255,255,255,224,0,0,3,255,255,255,255,224,0,0,63,255,255,255,255,224,0,15,255,255,255,255,255,128,0,255,255,252,127,255,255,128,7,255,255,252,127,255,255,128,15,255,255,252,127,255,255,128,31,255,255,252,127,255,255,128,31,255,255,252,127,255,255,128,7,255,255,254,127,255,255,128,3,255,255,254,63,255,255,0,3,255,255,252,63,255,255,0,1,255,255,252,31,255,255,0,1,255,255,252,31,255,255,128,1,255,255,252,15,255,241,128,3,255,255,248,7,255,225,192,7,127,255,248,1,255,0,224,7,63,255,224,0,0,0,224,6,31,255,192,0,0,0,96,14,3,254,0,0,0,0,112,14,0,0,0,0,0,0,112,12,0,6,0,0,96,0,48,28,0,31,0,0,248,0,56,28,0,63,128,1,252,0,56,28,0,63,128,1,252,0,56,24,0,63,192,3,252,0,24,24,0,63,128,1,252,0,24,24,0,31,128,1,248,0,24,24,0,15,0,0,240,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,12,0,0,0,0,0,0,48,14,0,0,0,0,0,0,112,14,0,0,0,0,0,96,112,6,0,0,0,0,0,224,96,7,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,3,0,0,62,1,128,1,192,3,192,1,248,3,128,0,224,3,254,63,240,7,0,0,240,0,255,255,128,15,0,0,120,0,31,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,7,128,0,0,1,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,15,248,0,0,0,0,3,255,255,192,0,0,0,0,0,127,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,255,192,0,0,0,127,255,255,255,224,0,0,3,255,255,255,255,224,0,0,63,255,255,255,255,224,0,15,255,255,255,255,255,128,0,255,255,252,127,255,255,128,7,255,255,252,127,255,255,128,15,255,255,252,127,255,255,128,31,255,255,252,127,255,255,128,31,255,255,252,127,255,255,128,7,255,255,254,127,255,255,128,3,255,255,254,63,255,255,0,3,255,255,252,63,255,255,0,1,255,255,252,31,255,255,0,1,255,255,252,31,255,255,128,1,255,255,252,15,255,241,128,3,255,255,248,7,255,225,192,7,127,255,248,1,255,0,224,7,63,255,224,0,0,0,224,6,31,255,192,0,0,0,96,14,3,254,0,0,0,0,112,14,0,0,0,0,0,0,112,12,0,6,0,0,96,0,48,28,0,31,0,0,248,0,56,28,0,63,128,1,252,0,56,28,0,63,128,1,252,0,56,24,0,63,192,3,252,0,24,24,0,63,128,1,252,0,24,24,0,31,128,1,248,0,24,24,0,15,0,0,240,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,12,0,0,0,0,0,0,48,14,0,0,0,0,0,0,112,14,0,0,0,0,0,96,112,6,0,0,0,0,0,224,96,7,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,3,0,0,62,1,128,1,192,3,192,1,248,3,128,0,224,3,254,63,240,7,0,0,240,0,255,255,128,15,0,0,120,0,31,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,7,128,0,0,1,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,15,248,0,0,0,0,3,255,255,192,0,0,0,0,0,127,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,255,192,0,0,0,127,255,255,255,224,0,0,3,255,255,255,255,224,0,0,63,255,255,255,255,224,0,7,255,255,255,255,255,128,0,255,255,252,127,255,255,128,7,255,255,252,127,255,255,128,15,255,255,252,127,255,255,128,31,255,255,252,127,255,255,128,31,255,255,252,127,255,255,128,7,255,255,254,127,255,255,128,3,255,255,254,63,255,255,0,3,255,255,252,63,255,255,0,1,255,255,252,31,255,255,0,1,255,255,252,31,255,255,128,1,255,255,252,15,255,241,128,3,255,255,248,7,255,225,192,7,127,255,248,1,255,0,224,7,63,255,224,0,0,0,224,6,31,255,192,0,0,0,96,14,3,254,0,0,0,0,112,14,0,0,0,0,0,0,112,12,0,6,0,0,0,0,48,28,0,31,0,0,0,0,56,28,0,63,128,1,252,0,56,28,0,63,128,3,252,0,56,24,0,63,192,3,254,0,24,24,0,63,128,1,252,0,24,24,0,31,128,0,112,0,24,24,0,15,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,28,0,0,0,0,0,24,56,12,0,0,0,0,0,28,48,14,0,0,0,0,0,56,112,14,0,0,0,0,0,112,112,6,0,0,0,0,0,224,96,7,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,0,0,0,62,1,128,1,192,0,0,1,248,3,128,0,224,0,60,63,240,7,0,0,240,0,127,255,128,15,0,0,120,0,31,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,7,128,0,0,1,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,15,248,0,0,0,0,3,255,255,192,0,0,0,0,0,127,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,255,192,0,0,0,127,255,255,255,224,0,0,3,255,255,255,255,224,0,0,63,255,255,255,255,224,0,15,255,255,255,255,255,128,0,255,255,252,127,255,255,128,7,255,255,252,127,255,255,128,15,255,255,252,127,255,255,128,31,255,255,252,127,255,255,128,31,255,255,252,127,255,255,128,7,255,255,254,127,255,255,128,3,255,255,254,63,255,255,0,3,255,255,252,63,255,255,0,1,255,255,252,31,255,255,0,1,255,255,252,31,255,255,128,1,255,255,252,15,255,241,128,3,255,255,248,7,255,225,192,7,127,255,248,1,255,0,224,7,63,255,224,0,0,0,224,6,31,255,192,0,0,0,96,14,3,254,0,0,0,0,112,14,0,0,0,0,0,0,112,12,0,6,0,0,0,0,48,28,0,31,0,0,0,0,56,28,0,63,128,0,0,0,56,28,0,63,128,3,252,0,56,24,0,63,192,7,254,0,24,24,0,63,128,0,0,0,24,24,0,31,128,0,0,0,24,24,0,15,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,28,0,0,0,0,0,6,56,28,0,0,0,0,0,14,56,28,0,0,0,0,0,28,56,12,0,0,0,0,0,28,48,14,0,0,0,0,0,56,112,14,0,0,0,0,0,112,112,6,0,0,0,0,0,224,96,7,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,0,0,0,62,1,128,1,192,0,0,1,248,3,128,0,224,0,4,63,240,7,0,0,240,0,15,255,128,15,0,0,120,0,15,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,7,128,0,0,1,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,15,248,0,0,0,0,3,255,255,192,0,0,0,0,0,127,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,255,192,0,0,0,127,255,255,255,224,0,0,3,255,255,255,255,224,0,0,63,255,255,255,255,224,0,15,255,255,255,255,255,128,0,255,255,252,127,255,255,128,7,255,255,252,127,255,255,128,15,255,255,252,127,255,255,128,31,255,255,252,127,255,255,128,31,255,255,252,127,255,255,128,7,255,255,254,127,255,255,128,3,255,255,254,63,255,255,0,3,255,255,252,63,255,255,0,1,255,255,252,31,255,255,0,1,255,255,252,31,255,255,128,1,255,255,252,15,255,241,128,3,255,255,248,7,255,225,192,7,127,255,248,1,255,0,224,7,63,255,224,0,0,0,224,6,31,255,192,0,0,0,96,14,3,254,0,0,0,0,112,14,0,0,0,0,0,0,112,12,0,6,0,0,0,0,48,28,0,31,0,0,0,0,56,28,0,63,128,0,0,0,56,28,0,63,128,3,252,0,56,24,0,63,192,7,254,0,24,24,0,63,128,0,0,0,24,24,0,31,128,0,0,0,24,24,0,15,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,28,0,0,0,0,0,6,56,28,0,0,0,0,0,14,56,28,0,0,0,0,0,28,56,12,0,0,0,0,0,28,48,14,0,0,0,0,0,56,112,14,0,0,0,0,0,112,112,6,0,0,0,0,0,224,96,7,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,0,0,0,62,1,128,1,192,0,0,1,248,3,128,0,224,0,4,63,240,7,0,0,240,0,15,255,128,15,0,0,120,0,15,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,7,128,0,0,1,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,15,248,0,0,0,0,3,255,255,192,0,0,0,0,0,127,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,255,192,0,0,0,127,255,255,255,224,0,0,3,255,255,255,255,224,0,0,63,255,255,255,255,224,0,15,255,255,255,255,255,128,0,255,255,252,127,255,255,128,7,255,255,252,127,255,255,128,15,255,255,252,127,255,255,128,31,255,255,252,127,255,255,128,31,255,255,252,127,255,255,128,7,255,255,254,127,255,255,128,3,255,255,254,63,255,255,0,3,255,255,252,63,255,255,0,1,255,255,252,31,255,255,0,1,255,255,252,31,255,255,128,1,255,255,252,15,255,241,128,3,255,255,248,7,255,225,192,7,127,255,248,1,255,0,224,7,63,255,224,0,0,0,224,6,31,255,192,0,0,0,96,14,3,254,0,0,0,0,112,14,0,0,0,0,0,0,112,12,0,6,0,0,0,0,48,28,0,31,0,0,0,0,56,28,0,63,128,0,0,0,56,28,0,63,128,3,252,0,56,24,0,63,192,7,254,0,24,24,0,63,128,0,0,0,24,24,0,31,128,0,0,0,24,24,0,15,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,28,0,0,0,0,0,6,56,28,0,0,0,0,0,14,56,28,0,0,0,0,0,28,56,12,0,0,0,0,0,28,48,14,0,0,0,0,0,56,112,14,0,0,0,0,0,112,112,6,0,0,0,0,0,224,96,7,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,0,0,0,62,1,128,1,192,0,0,1,248,3,128,0,224,0,4,63,240,7,0,0,240,0,15,255,128,15,0,0,120,0,15,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,7,128,0,0,1,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,15,248,0,0,0,0,3,255,255,192,0,0,0,0,0,127,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,255,192,0,0,0,127,255,255,255,224,0,0,3,255,255,255,255,224,0,0,63,255,255,255,255,224,0,15,255,255,255,255,255,128,0,255,255,252,127,255,255,128,7,255,255,252,127,255,255,128,15,255,255,252,127,255,255,128,31,255,255,252,127,255,255,128,31,255,255,252,127,255,255,128,7,255,255,254,127,255,255,128,3,255,255,254,63,255,255,0,3,255,255,252,63,255,255,0,1,255,255,252,31,255,255,0,1,255,255,252,31,255,255,128,1,255,255,252,15,255,241,128,3,255,255,248,7,255,225,192,7,127,255,248,1,255,0,224,7,63,255,224,0,0,0,224,6,31,255,192,0,0,0,96,14,3,254,0,0,0,0,112,14,0,0,0,0,0,0,112,12,0,6,0,0,0,0,48,28,0,31,0,0,0,0,56,28,0,63,128,0,0,0,56,28,0,63,128,3,252,0,56,24,0,63,192,7,254,0,24,24,0,63,128,0,0,0,24,24,0,31,128,0,0,0,24,24,0,15,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,28,0,0,0,0,0,6,56,28,0,0,0,0,0,14,56,28,0,0,0,0,0,28,56,12,0,0,0,0,0,28,48,14,0,0,0,0,0,56,112,14,0,0,0,0,0,112,112,6,0,0,0,0,0,224,96,7,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,0,0,0,62,1,128,1,192,0,0,1,248,3,128,0,224,0,4,63,240,7,0,0,240,0,15,255,128,15,0,0,120,0,15,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,7,128,0,0,1,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,15,248,0,0,0,0,3,255,255,192,0,0,0,0,0,127,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,255,192,0,0,0,127,255,255,255,224,0,0,3,255,255,255,255,224,0,0,63,255,255,255,255,224,0,15,255,255,255,255,255,128,0,255,255,252,127,255,255,128,7,255,255,252,127,255,255,128,15,255,255,252,127,255,255,128,31,255,255,252,127,255,255,128,31,255,255,252,127,255,255,128,7,255,255,254,127,255,255,128,3,255,255,254,63,255,255,0,3,255,255,252,63,255,255,0,1,255,255,252,31,255,255,0,1,255,255,252,31,255,255,128,1,255,255,252,15,255,241,128,3,255,255,248,7,255,225,192,7,127,255,248,1,255,0,224,7,63,255,224,0,0,0,224,6,31,255,192,0,0,0,96,14,3,254,0,0,0,0,112,14,0,0,0,0,0,0,112,12,0,6,0,0,0,0,48,28,0,31,0,0,0,0,56,28,0,63,128,0,0,0,56,28,0,63,128,3,252,0,56,24,0,63,192,7,254,0,24,24,0,63,128,0,0,0,24,24,0,31,128,0,0,0,24,24,0,15,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,28,0,0,0,0,0,6,56,28,0,0,0,0,0,14,56,28,0,0,0,0,0,28,56,12,0,0,0,0,0,28,48,14,0,0,0,0,0,56,112,14,0,0,0,0,0,112,112,6,0,0,0,0,0,224,96,7,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,0,0,0,62,1,128,1,192,0,0,1,248,3,128,0,224,0,4,63,240,7,0,0,240,0,15,255,128,15,0,0,120,0,15,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,7,128,0,0,1,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,15,248,0,0,0,0,3,255,255,192,0,0,0,0,0,127,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,255,192,0,0,0,127,255,255,255,224,0,0,3,255,255,255,255,224,0,0,63,255,255,255,255,224,0,15,255,255,255,255,255,128,0,255,255,252,127,255,255,128,7,255,255,252,127,255,255,128,15,255,255,252,127,255,255,128,31,255,255,252,127,255,255,128,31,255,255,252,127,255,255,128,7,255,255,254,127,255,255,128,3,255,255,254,63,255,255,0,3,255,255,252,63,255,255,0,1,255,255,252,31,255,255,0,1,255,255,252,31,255,255,128,1,255,255,252,15,255,241,128,3,255,255,248,7,255,225,192,7,127,255,248,1,255,0,224,7,63,255,224,0,0,0,224,6,31,255,192,0,0,0,96,14,3,254,0,0,0,0,112,14,0,0,0,0,0,0,112,12,0,6,0,0,0,0,48,28,0,31,0,0,0,0,56,28,0,63,128,0,0,0,56,28,0,63,128,3,252,0,56,24,0,63,192,7,254,0,24,24,0,63,128,0,0,0,24,24,0,31,128,0,0,0,24,24,0,15,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,28,0,0,0,0,0,6,56,28,0,0,0,0,0,14,56,28,0,0,0,0,0,28,56,12,0,0,0,0,0,28,48,14,0,0,0,0,0,56,112,14,0,0,0,0,0,112,112,6,0,0,0,0,0,224,96,7,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,0,0,0,62,1,128,1,192,0,0,1,248,3,128,0,224,0,4,63,240,7,0,0,240,0,15,255,128,15,0,0,120,0,15,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,7,128,0,0,1,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,15,248,0,0,0,0,3,255,255,192,0,0,0,0,0,127,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,255,192,0,0,0,127,255,255,255,224,0,0,3,255,255,255,255,224,0,0,63,255,255,255,255,224,0,15,255,255,255,255,255,128,0,255,255,252,127,255,255,128,7,255,255,252,127,255,255,128,15,255,255,252,127,255,255,128,31,255,255,252,127,255,255,128,31,255,255,252,127,255,255,128,7,255,255,254,127,255,255,128,3,255,255,254,63,255,255,0,3,255,255,252,63,255,255,0,1,255,255,252,31,255,255,0,1,255,255,252,31,255,255,128,1,255,255,252,15,255,241,128,3,255,255,248,7,255,225,192,7,127,255,248,1,255,0,224,7,63,255,224,0,0,0,224,6,31,255,192,0,0,0,96,14,3,254,0,0,0,0,112,14,0,0,0,0,0,0,112,12,0,6,0,0,0,0,48,28,0,31,0,0,0,0,56,28,0,63,128,1,252,0,56,28,0,63,128,3,252,0,56,24,0,63,192,3,254,0,24,24,0,63,128,1,252,0,24,24,0,31,128,0,112,0,24,24,0,15,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,12,0,0,0,0,0,16,48,14,0,0,0,0,0,56,112,14,0,0,0,0,0,112,112,6,0,0,0,0,0,224,96,7,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,0,0,0,62,1,128,1,192,0,192,1,248,3,128,0,224,0,252,63,240,7,0,0,240,0,127,255,128,15,0,0,120,0,31,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,7,128,0,0,1,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,15,248,0,0,0,0,3,255,255,192,0,0,0,0,0,127,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,254,0,0,0,0,0,3,255,255,192,0,0,0,0,31,240,15,248,0,0,0,0,63,0,0,252,0,0,0,0,248,0,0,31,0,0,0,3,224,0,0,7,192,0,0,7,128,0,0,63,255,128,0,15,0,1,7,255,255,224,0,30,15,135,255,255,255,240,0,63,255,255,255,255,255,224,0,255,255,254,255,255,255,192,7,255,255,252,127,255,255,192,31,255,255,252,127,255,255,128,31,255,255,252,127,255,255,128,15,255,255,254,127,255,255,192,3,255,255,254,127,255,255,192,7,255,255,254,127,255,255,224,7,255,255,252,63,255,255,224,7,255,255,252,63,255,255,96,15,255,255,252,31,255,254,112,15,255,255,252,31,255,252,112,12,255,255,248,15,255,248,48,28,127,255,248,7,255,224,56,28,63,255,240,1,255,0,56,28,31,255,192,1,252,0,56,24,3,255,192,3,252,0,24,24,0,63,128,1,252,0,24,24,0,31,128,1,248,0,24,24,0,15,0,0,240,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,24,0,0,0,0,0,0,24,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,12,0,0,0,0,0,0,48,14,0,0,0,0,0,0,48,14,0,0,0,0,0,96,112,6,0,0,0,0,0,224,96,7,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,3,0,0,62,1,128,1,192,3,192,1,248,3,128,0,224,3,254,63,240,7,0,0,240,0,255,255,128,15,0,0,120,0,31,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,7,0,0,0,0,240,0,0,7,128,0,0,0,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,15,248,0,0,0,0,3,255,255,192,0,0,0,0,0,127,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,254,0,0,0,0,0,3,255,255,192,0,0,0,0,31,240,15,248,0,0,0,0,63,0,0,252,0,0,0,0,248,0,0,31,0,0,0,3,224,0,0,7,192,0,0,7,128,0,0,1,224,0,0,15,0,0,0,0,240,0,0,30,0,0,0,0,120,0,0,60,0,0,0,0,60,0,0,120,0,0,0,0,30,0,0,240,0,0,0,0,15,0,0,224,0,0,0,0,7,0,1,192,0,0,0,255,255,128,1,128,0,3,207,255,255,224,3,159,255,255,255,255,255,240,7,255,255,255,255,255,255,240,15,255,255,252,127,255,255,224,31,255,255,252,127,255,255,224,31,255,255,254,127,255,255,240,15,255,255,254,127,255,255,240,15,255,255,254,127,255,255,240,31,255,255,254,127,255,255,184,31,255,255,252,63,255,255,184,29,255,255,252,63,255,255,56,25,255,255,252,63,255,255,24,25,255,255,252,31,255,254,24,24,255,255,248,31,255,252,24,24,127,255,248,15,255,248,24,24,63,255,240,3,255,224,24,24,31,255,192,0,255,0,24,24,7,255,128,0,0,0,24,24,0,16,0,0,0,0,24,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,12,0,0,0,0,0,0,48,14,0,0,0,0,0,0,112,14,0,0,0,0,0,96,112,6,0,0,0,0,0,224,96,7,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,3,0,0,62,1,128,1,192,3,192,1,248,3,128,0,224,3,254,63,240,7,0,0,240,0,255,255,128,15,0,0,120,0,31,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,7,128,0,0,1,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,15,248,0,0,0,0,3,255,255,192,0,0,0,0,0,127,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,254,0,0,0,0,0,3,255,255,192,0,0,0,0,31,240,15,248,0,0,0,0,63,0,0,252,0,0,0,0,248,0,0,31,0,0,0,3,224,0,0,7,192,0,0,7,128,0,0,1,224,0,0,15,0,0,0,0,240,0,0,30,0,0,0,0,120,0,0,60,0,0,0,0,60,0,0,120,0,0,0,0,30,0,0,240,0,0,0,0,15,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,7,0,0,0,0,0,0,224,7,0,0,0,0,0,0,224,6,0,0,0,0,0,0,96,14,0,127,3,199,255,255,240,14,255,255,255,255,255,255,240,15,255,255,255,255,255,255,240,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,216,27,255,255,254,127,255,255,152,27,255,255,254,127,255,255,152,25,255,255,252,63,255,255,152,25,255,255,252,63,255,255,152,25,255,255,252,63,255,255,24,24,255,255,252,31,255,255,24,24,255,255,248,31,255,254,24,28,127,255,248,15,255,252,56,28,63,255,240,7,255,240,56,28,15,255,192,1,255,192,56,12,3,255,0,0,0,0,48,14,0,0,0,0,0,0,112,14,0,0,0,0,0,96,112,6,0,0,0,0,0,224,96,7,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,3,0,0,62,1,128,1,192,3,192,1,248,3,128,0,224,3,254,63,240,7,0,0,240,0,255,255,128,15,0,0,120,0,31,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,224,0,0,7,128,0,0,1,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,15,248,0,0,0,0,3,255,255,192,0,0,0,0,0,95,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,254,0,0,0,0,0,3,255,255,192,0,0,0,0,31,240,15,248,0,0,0,0,63,0,0,252,0,0,0,0,248,0,0,31,0,0,0,3,224,0,0,7,192,0,0,7,128,0,0,1,224,0,0,15,0,0,0,0,240,0,0,30,0,0,0,0,120,0,0,60,0,0,0,0,60,0,0,120,0,0,0,0,30,0,0,240,0,0,0,0,15,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,7,0,0,0,0,0,0,224,7,0,0,0,0,0,0,224,6,0,0,0,0,0,0,96,14,0,0,0,0,0,0,112,14,0,0,0,0,0,0,112,12,1,223,1,128,255,128,48,29,255,255,255,255,255,255,184,31,255,255,255,255,255,255,248,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,27,255,255,254,127,255,255,216,27,255,255,254,127,255,255,216,27,255,255,254,127,255,255,152,25,255,255,254,127,255,255,152,25,255,255,252,63,255,255,152,25,255,255,252,63,255,255,152,28,255,255,252,63,255,255,56,28,255,255,248,31,255,255,56,28,127,255,248,31,255,254,56,12,31,255,240,15,255,248,48,14,15,255,192,3,255,240,112,14,3,255,0,0,255,224,112,6,0,0,0,0,0,224,96,7,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,3,0,0,62,1,128,1,192,3,192,1,248,3,128,0,224,3,254,63,240,7,0,0,240,0,255,255,128,15,0,0,120,0,31,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,7,128,0,0,1,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,15,248,0,0,0,0,3,255,255,192,0,0,0,0,0,127,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,254,0,0,0,0,0,3,255,255,192,0,0,0,0,31,240,15,248,0,0,0,0,63,0,0,252,0,0,0,0,248,0,0,31,0,0,0,3,224,0,0,7,192,0,0,7,128,0,0,1,224,0,0,15,0,0,0,0,240,0,0,30,0,0,0,0,120,0,0,60,0,0,0,0,60,0,0,120,0,0,0,0,30,0,0,240,0,0,0,0,15,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,7,0,0,0,0,0,0,224,7,0,12,0,0,48,0,96,7,255,255,247,239,255,255,224,15,255,255,255,255,255,255,240,15,255,255,254,127,255,255,240,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,27,255,255,254,127,255,255,216,25,255,255,254,127,255,255,152,25,255,255,252,63,255,255,152,25,255,255,252,63,255,255,152,24,255,255,252,63,255,255,24,24,255,255,248,31,255,255,24,24,127,255,248,31,255,254,24,24,63,255,240,15,255,252,24,28,15,255,192,3,255,240,56,28,3,255,0,0,255,192,56,28,0,0,0,0,0,0,56,12,0,0,0,0,0,0,48,14,0,0,0,0,0,0,112,14,0,0,0,0,0,96,112,6,0,0,0,0,0,224,96,6,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,3,0,0,62,1,128,1,192,3,192,1,248,3,128,0,224,3,254,63,240,7,0,0,240,0,255,255,128,15,0,0,120,0,31,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,7,128,0,0,1,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,15,248,0,0,0,0,3,255,255,192,0,0,0,0,0,127,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,254,0,0,0,0,0,3,255,255,192,0,0,0,0,31,240,15,248,0,0,0,0,63,0,0,252,0,0,0,0,248,0,0,31,0,0,0,3,224,0,0,7,192,0,0,7,128,0,0,1,224,0,0,15,0,0,0,0,240,0,0,30,0,0,0,0,120,0,0,60,0,0,0,0,60,0,0,120,0,0,0,0,30,0,0,240,0,0,0,0,15,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,7,0,0,0,0,0,0,224,7,0,12,0,0,48,0,96,7,255,255,247,239,255,255,224,15,255,255,255,255,255,255,240,15,255,255,254,127,255,255,240,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,27,255,255,254,127,255,255,216,25,255,255,254,127,255,255,152,25,255,255,252,63,255,255,152,25,255,255,252,63,255,255,152,24,255,255,252,63,255,255,24,24,255,255,248,31,255,255,24,24,127,255,248,31,255,254,24,24,63,255,240,15,255,252,24,28,15,255,192,3,255,240,56,28,3,255,0,0,255,192,56,28,0,0,0,0,0,0,56,12,0,0,0,0,0,0,48,14,0,0,0,0,0,0,112,14,0,0,0,0,0,96,112,6,0,0,0,0,0,224,96,6,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,3,0,0,62,1,128,1,192,3,192,1,248,3,128,0,224,3,254,63,240,7,0,0,240,0,255,255,128,15,0,0,120,0,31,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,7,128,0,0,1,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,15,248,0,0,0,0,3,255,255,192,0,0,0,0,0,127,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,254,0,0,0,0,0,3,255,255,192,0,0,0,0,31,240,15,248,0,0,0,0,63,0,0,252,0,0,0,0,248,0,0,31,0,0,0,3,224,0,0,7,192,0,0,7,128,0,0,1,224,0,0,15,0,0,0,0,240,0,0,30,0,0,0,0,120,0,0,60,0,0,0,0,60,0,0,120,0,0,0,0,30,0,0,240,0,0,0,0,15,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,7,0,0,0,0,0,0,224,7,0,12,0,0,48,0,96,7,255,255,247,239,255,255,224,15,255,255,255,255,255,255,240,15,255,255,254,127,255,255,240,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,27,255,255,254,127,255,255,216,25,255,255,254,127,255,255,152,25,255,255,252,63,255,255,152,25,255,255,252,63,255,255,152,24,255,255,252,63,255,255,24,24,255,255,248,31,255,255,24,24,127,255,248,31,255,254,24,24,63,255,240,15,255,252,24,28,15,255,192,3,255,240,56,28,3,255,0,0,255,192,56,28,0,0,0,0,0,0,56,12,0,0,0,0,0,0,48,14,0,0,0,0,0,0,112,14,0,0,0,0,0,96,112,6,0,0,0,0,0,224,96,6,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,3,0,0,62,1,128,1,192,3,192,1,248,3,128,0,224,3,254,63,240,7,0,0,240,0,255,255,128,15,0,0,120,0,31,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,7,128,0,0,1,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,15,248,0,0,0,0,3,255,255,192,0,0,0,0,0,127,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,254,0,0,0,0,0,3,255,255,192,0,0,0,0,31,240,15,248,0,0,0,0,63,0,0,252,0,0,0,0,248,0,0,31,0,0,0,3,224,0,0,7,192,0,0,7,128,0,0,1,224,0,0,15,0,0,0,0,240,0,0,30,0,0,0,0,120,0,0,60,0,0,0,0,60,0,0,120,0,0,0,0,30,0,0,240,0,0,0,0,15,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,7,0,0,0,0,0,0,224,7,0,12,0,0,48,0,96,7,255,255,247,239,255,255,224,15,255,255,255,255,255,255,240,15,255,255,254,127,255,255,240,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,27,255,255,254,127,255,255,216,25,255,255,254,127,255,255,152,25,255,255,252,63,255,255,152,25,255,255,252,63,255,255,152,24,255,255,252,63,255,255,24,24,255,255,248,31,255,255,24,24,127,255,248,31,255,254,24,24,63,255,240,15,255,252,24,28,15,255,192,3,255,240,56,28,3,255,0,0,255,192,56,28,0,0,0,0,0,0,56,12,0,0,0,0,0,0,48,14,0,0,0,0,0,0,112,14,0,0,0,0,0,96,112,6,0,0,0,0,0,224,96,6,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,3,0,0,62,1,128,1,192,3,192,1,248,3,128,0,224,3,254,63,240,7,0,0,240,0,255,255,128,15,0,0,120,0,31,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,7,128,0,0,1,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,15,248,0,0,0,0,3,255,255,192,0,0,0,0,0,127,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,254,0,0,0,0,0,3,255,255,192,0,0,0,0,31,240,15,248,0,0,0,0,63,0,0,252,0,0,0,0,248,0,0,31,0,0,0,3,224,0,0,7,192,0,0,7,128,0,0,1,224,0,0,15,0,0,0,0,240,0,0,30,0,0,0,0,120,0,0,60,0,0,0,0,60,0,0,120,0,0,0,0,30,0,0,240,0,0,0,0,15,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,7,0,0,0,0,0,0,224,7,0,12,0,0,48,0,96,7,255,255,247,239,255,255,224,15,255,255,255,255,255,255,240,15,255,255,254,127,255,255,240,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,27,255,255,254,127,255,255,216,25,255,255,254,127,255,255,152,25,255,255,252,63,255,255,152,25,255,255,252,63,255,255,152,24,255,255,252,63,255,255,24,24,255,255,248,31,255,255,24,24,127,255,248,31,255,254,24,24,63,255,240,15,255,252,24,28,15,255,192,3,255,240,56,28,3,255,0,0,255,192,56,28,0,0,0,0,0,0,56,12,0,0,0,0,0,0,48,14,0,0,0,0,0,0,112,14,0,0,0,0,0,96,112,6,0,0,0,0,0,224,96,6,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,3,0,0,62,1,128,1,192,3,192,1,248,3,128,0,224,3,254,63,240,7,0,0,240,0,255,255,128,15,0,0,120,0,31,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,7,128,0,0,1,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,15,248,0,0,0,0,3,255,255,192,0,0,0,0,0,127,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,254,0,0,0,0,0,3,255,255,192,0,0,0,0,31,240,15,248,0,0,0,0,63,0,0,252,0,0,0,0,248,0,0,31,0,0,0,3,224,0,0,7,192,0,0,7,128,0,0,1,224,0,0,15,0,0,0,0,240,0,0,30,0,0,0,0,120,0,0,60,0,0,0,0,60,0,0,120,0,0,0,0,30,0,0,240,0,0,0,0,15,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,7,0,0,0,0,0,0,224,7,0,12,0,0,48,0,96,7,255,255,247,239,255,255,224,15,255,255,255,255,255,255,240,15,255,255,254,127,255,255,240,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,27,255,255,254,127,255,255,216,25,255,255,254,127,255,255,152,25,255,255,252,63,255,255,152,25,255,255,252,63,255,255,152,24,255,255,252,63,255,255,24,24,255,255,248,31,255,255,24,24,127,255,248,31,255,254,24,24,63,255,240,15,255,252,24,28,15,255,192,3,255,240,56,28,3,255,0,0,255,192,56,28,0,0,0,0,0,0,56,12,0,0,0,0,0,0,48,14,0,0,0,0,0,0,112,14,0,0,0,0,0,96,112,6,0,0,0,0,0,224,96,6,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,3,0,0,62,1,128,1,192,3,192,1,248,3,128,0,224,3,254,63,240,7,0,0,240,0,255,255,128,15,0,0,120,0,31,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,7,128,0,0,1,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,15,248,0,0,0,0,3,255,255,192,0,0,0,0,0,127,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,254,0,0,0,0,0,3,255,255,192,0,0,0,0,31,240,15,248,0,0,0,0,63,0,0,252,0,0,0,0,248,0,0,31,0,0,0,3,224,0,0,7,192,0,0,7,128,0,0,1,224,0,0,15,0,0,0,0,240,0,0,30,0,0,0,0,120,0,0,60,0,0,0,0,60,0,0,120,0,0,0,0,30,0,0,240,0,0,0,0,15,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,7,0,0,0,0,0,0,224,7,0,12,0,0,48,0,96,7,255,255,247,239,255,255,224,15,255,255,255,255,255,255,240,15,255,255,254,127,255,255,240,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,31,255,255,254,127,255,255,248,27,255,255,254,127,255,255,216,25,255,255,254,127,255,255,152,25,255,255,252,63,255,255,152,25,255,255,252,63,255,255,152,24,255,255,252,63,255,255,24,24,255,255,248,31,255,255,24,24,127,255,248,31,255,254,24,24,63,255,240,15,255,252,24,28,15,255,192,3,255,240,56,28,3,255,0,0,255,192,56,28,0,0,0,0,0,0,56,12,0,0,0,0,0,0,48,14,0,0,0,0,0,0,112,14,0,0,0,0,0,96,112,6,0,0,0,0,0,224,96,6,0,0,0,0,1,192,224,7,0,0,0,0,7,128,224,3,128,0,0,0,15,1,192,1,128,3,0,0,62,1,128,1,192,3,192,1,248,3,128,0,224,3,254,63,240,7,0,0,240,0,255,255,128,15,0,0,120,0,31,252,0,30,0,0,60,0,0,0,0,60,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,7,128,0,0,1,224,0,0,3,224,0,0,7,192,0,0,0,248,0,0,31,0,0,0,0,63,0,0,252,0,0,0,0,31,240,15,248,0,0,0,0,3,255,255,192,0,0,0,0,0,127,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}
};
#define PHANTOM_FRAME_WIDTH (32)
#define PHANTOM_FRAME_HEIGHT (32)
#define PHANTOM_FRAME_COUNT (sizeof(phantom_frames) / sizeof(phantom_frames[0]))
const byte PROGMEM phantom_frames[][128] = {
{0,0,0,0,0,0,0,0,0,0,0,0,0,15,240,0,0,24,24,0,0,32,12,0,0,96,6,0,0,64,2,0,0,192,3,0,0,136,1,0,1,136,193,0,1,8,193,128,3,8,192,224,12,0,0,56,24,0,0,24,48,0,0,12,32,0,0,4,32,0,0,6,96,0,0,6,120,0,0,6,12,0,0,30,6,0,0,112,6,0,0,64,2,0,0,192,2,0,0,192,3,0,0,128,1,224,3,0,0,48,14,0,0,16,8,0,0,24,24,0,0,14,112,0,0,3,192,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,15,240,0,0,24,24,0,0,32,12,0,0,96,6,0,0,64,2,0,0,192,3,0,0,136,1,0,1,136,193,0,1,8,193,128,3,8,192,224,12,0,0,56,24,0,0,24,48,0,0,4,32,0,0,4,32,0,0,6,96,0,0,4,120,0,0,6,12,0,0,62,6,0,0,96,6,0,0,64,2,0,0,192,2,0,0,192,3,0,1,128,1,224,3,0,0,48,14,0,0,16,8,0,0,24,24,0,0,14,112,0,0,3,192,0},
{0,0,0,0,0,0,0,0,0,1,128,0,0,15,240,0,0,56,24,0,0,32,4,0,0,96,6,0,0,64,2,0,0,192,3,0,0,136,1,0,0,136,193,0,1,8,193,128,7,8,192,224,12,0,0,56,24,0,0,8,48,0,0,4,32,0,0,4,32,0,0,6,96,0,0,6,120,0,0,6,12,0,0,62,6,0,0,96,2,0,0,64,2,0,0,192,2,0,0,128,3,128,1,128,0,224,3,0,0,48,12,0,0,16,8,0,0,8,16,0,0,14,112,0,0,3,192,0},
{0,0,0,0,0,0,0,0,0,3,128,0,0,15,240,0,0,48,24,0,0,32,4,0,0,0,6,0,0,64,2,0,0,192,3,0,0,136,129,0,1,136,193,0,1,8,192,128,7,8,0,224,12,0,0,24,16,0,0,8,48,0,0,4,32,0,0,4,96,0,0,6,96,0,0,6,60,0,0,6,4,0,0,62,6,0,0,96,2,0,0,64,2,0,0,192,2,0,0,128,3,128,1,128,0,224,7,0,0,48,12,0,0,24,8,0,0,8,16,0,0,7,224,0,0,3,192,0},
{0,0,0,0,0,0,0,0,0,7,224,0,0,30,120,0,0,48,12,0,0,96,4,0,0,64,2,0,0,192,2,0,0,128,2,0,0,136,193,0,1,136,193,128,1,8,192,192,6,0,0,112,28,0,0,24,16,0,0,12,32,0,0,4,32,0,0,4,96,0,0,6,112,0,0,6,28,0,0,6,4,0,0,62,4,0,0,96,2,0,0,64,2,0,0,192,3,0,0,128,3,192,1,0,0,96,7,0,0,48,12,0,0,24,24,0,0,8,48,0,0,7,224,0,0,0,128,0},
{0,0,0,0,0,0,0,0,0,7,224,0,0,28,56,0,0,48,12,0,0,96,6,0,0,64,2,0,0,192,3,0,0,128,1,0,0,136,193,0,1,136,193,128,3,8,192,192,14,0,0,112,24,0,0,24,48,0,0,12,0,0,0,4,32,0,0,4,96,0,0,6,112,0,0,6,12,0,0,30,6,0,0,60,2,0,0,64,2,0,0,64,2,0,0,192,3,0,0,128,1,192,1,128,0,96,6,0,0,48,12,0,0,24,24,0,0,12,32,0,0,7,224,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,15,240,0,0,28,24,0,0,48,12,0,0,96,6,0,0,64,2,0,0,192,3,0,0,128,1,0,0,136,193,0,1,136,193,128,3,8,192,192,14,0,0,112,24,0,0,8,48,0,0,12,32,0,0,4,32,0,0,4,96,0,0,6,120,0,0,6,8,0,0,30,6,0,0,112,2,0,0,64,2,0,0,64,2,0,0,192,2,0,0,128,1,224,3,0,0,48,6,0,0,24,8,0,0,24,24,0,0,12,48,0,0,7,224,0,0,0,0,0},
{0,0,0,0,0,1,128,0,0,15,240,0,0,56,24,0,0,32,4,0,0,64,6,0,0,64,2,0,0,192,3,0,0,128,33,0,1,134,33,128,1,6,49,128,7,2,32,224,12,0,0,56,24,0,0,8,48,0,0,4,32,0,0,4,32,0,0,6,96,0,0,6,120,0,0,6,4,0,0,62,6,0,0,96,2,0,0,64,2,0,0,192,2,0,0,128,3,128,1,128,0,224,3,0,0,48,12,0,0,16,8,0,0,8,16,0,0,14,240,0,0,3,192,0,0,0,0,0},
{0,0,0,0,0,7,192,0,0,30,248,0,0,48,12,0,0,96,4,0,0,64,2,0,0,192,2,0,0,128,3,0,0,129,9,0,1,129,153,128,1,1,152,192,6,1,0,240,12,0,0,56,16,0,0,12,48,0,0,4,32,0,0,4,96,0,0,4,48,0,0,6,60,0,0,6,4,0,0,62,6,0,0,96,2,0,0,64,2,0,0,64,2,0,0,128,3,128,1,128,0,224,7,0,0,48,8,0,0,24,24,0,0,8,48,0,0,7,224,0,0,0,128,0,0,0,0,0},
{0,0,0,0,0,7,224,0,0,28,56,0,0,48,12,0,0,96,6,0,0,64,2,0,0,192,3,0,0,128,1,0,0,129,25,0,1,129,153,128,3,1,152,192,14,0,0,112,24,0,0,24,48,0,0,12,32,0,0,4,32,0,0,4,96,0,0,6,112,0,0,6,28,0,0,30,6,0,0,60,2,0,0,64,2,0,0,64,2,0,0,192,3,0,0,128,1,192,1,128,0,96,6,0,0,48,12,0,0,24,24,0,0,12,48,0,0,7,224,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,15,240,0,0,28,24,0,0,48,12,0,0,96,6,0,0,64,2,0,0,192,3,0,0,128,1,0,0,129,25,0,1,131,153,128,3,0,0,192,14,0,0,112,24,0,0,8,48,0,0,12,32,0,0,4,32,0,0,4,96,0,0,6,120,0,0,6,12,0,0,30,6,0,0,112,2,0,0,64,2,0,0,64,2,0,0,192,3,0,0,128,1,224,3,0,0,48,6,0,0,24,8,0,0,24,24,0,0,12,48,0,0,7,224,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,15,240,0,0,24,24,0,0,32,4,0,0,96,6,0,0,64,2,0,0,192,3,0,0,128,1,0,0,128,1,0,1,1,153,128,7,0,0,224,12,0,0,56,24,0,0,8,48,0,0,4,32,0,0,4,32,0,0,6,96,0,0,6,120,0,0,6,12,0,0,62,6,0,0,96,2,0,0,64,2,0,0,192,2,0,0,128,3,128,1,128,0,224,3,0,0,32,12,0,0,16,8,0,0,8,16,0,0,12,112,0,0,3,192,0,0,0,0,0,0,0,0,0},
{0,3,192,0,0,31,240,0,0,48,12,0,0,32,4,0,0,64,6,0,0,64,2,0,0,192,2,0,0,128,1,0,1,0,1,0,1,0,0,128,7,0,0,224,12,0,0,24,16,0,0,8,48,0,0,4,32,0,0,4,96,0,0,6,96,0,0,6,60,0,0,6,4,0,0,62,6,0,0,96,2,0,0,64,2,0,0,192,2,0,0,128,3,128,1,128,0,224,7,0,0,16,12,0,0,24,24,0,0,8,16,0,0,7,224,0,0,3,192,0,0,0,0,0,0,0,0,0},
{0,7,224,0,0,30,120,0,0,48,12,0,0,96,4,0,0,64,2,0,0,192,2,0,0,128,3,0,0,128,1,0,1,129,153,128,1,0,0,192,6,0,0,240,28,0,0,56,16,0,0,12,32,0,0,4,32,0,0,4,96,0,0,6,112,0,0,6,60,0,0,6,4,0,0,62,6,0,0,96,2,0,0,64,2,0,0,192,3,0,0,128,3,64,1,128,0,96,7,0,0,48,12,0,0,16,24,0,0,8,48,0,0,7,224,0,0,1,128,0,0,0,0,0,0,0,0,0},
{0,7,224,0,0,30,120,0,0,48,12,0,0,96,4,0,0,64,2,0,0,192,2,0,0,128,3,0,0,128,1,0,1,129,153,128,3,1,8,192,6,0,0,112,24,0,0,24,16,0,0,12,32,0,0,4,32,0,0,4,96,0,0,6,112,0,0,6,28,0,0,6,4,0,0,62,6,0,0,96,2,0,0,64,2,0,0,192,3,0,0,128,1,192,1,128,0,96,7,0,0,16,12,0,0,24,24,0,0,12,48,0,0,7,224,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,7,224,0,0,28,120,0,0,32,12,0,0,96,6,0,0,64,2,0,0,192,2,0,0,128,3,0,0,129,9,0,1,129,153,128,3,1,152,192,4,0,0,112,24,0,0,24,16,0,0,12,32,0,0,4,32,0,0,4,96,0,0,6,112,0,0,6,28,0,0,6,6,0,0,62,6,0,0,64,2,0,0,64,2,0,0,128,3,0,0,128,1,192,1,128,0,96,7,0,0,48,12,0,0,24,24,0,0,12,48,0,0,7,224,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,7,224,0,0,30,120,0,0,48,12,0,0,96,4,0,0,64,2,0,0,192,2,0,0,128,3,0,0,129,25,0,1,129,153,128,3,1,152,192,6,0,0,112,24,0,0,24,16,0,0,12,32,0,0,4,32,0,0,4,96,0,0,6,112,0,0,6,28,0,0,6,4,0,0,46,6,0,0,96,2,0,0,64,2,0,0,192,3,0,0,128,1,192,1,128,0,96,7,0,0,16,12,0,0,24,24,0,0,12,48,0,0,7,224,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,7,192,0,0,31,56,0,0,48,12,0,0,96,4,0,0,64,2,0,0,192,2,0,0,128,3,0,0,129,9,0,1,129,153,128,1,1,152,192,6,1,0,240,12,0,0,56,16,0,0,12,48,0,0,4,32,0,0,4,64,0,0,6,112,0,0,6,60,0,0,6,4,0,0,62,6,0,0,96,2,0,0,64,2,0,0,192,2,0,0,128,3,128,1,0,0,224,7,0,0,48,12,0,0,24,24,0,0,8,48,0,0,7,224,0,0,1,128,0,0,0,0,0,0,0,0,0},
{0,0,128,0,0,15,240,0,0,48,24,0,0,32,4,0,0,64,6,0,0,64,2,0,0,192,2,0,0,129,9,0,1,129,153,128,1,1,152,128,3,1,8,224,12,0,0,56,24,0,0,8,48,0,0,4,32,0,0,4,96,0,0,6,96,0,0,6,56,0,0,6,4,0,0,62,6,0,0,96,2,0,0,64,2,0,0,192,2,0,0,128,3,128,1,128,0,224,7,0,0,48,12,0,0,24,8,0,0,8,16,0,0,14,224,0,0,3,192,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,15,240,0,0,24,24,0,0,32,12,0,0,96,6,0,0,64,2,0,0,192,3,0,0,129,1,0,1,129,153,0,1,129,153,128,3,1,8,224,12,0,0,48,24,0,0,24,48,0,0,12,32,0,0,4,32,0,0,6,96,0,0,6,120,0,0,6,12,0,0,30,6,0,0,112,6,0,0,64,2,0,0,192,2,0,0,192,3,0,0,128,1,224,3,0,0,48,14,0,0,24,8,0,0,24,24,0,0,14,48,0,0,3,192,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,7,224,0,0,28,56,0,0,48,12,0,0,96,6,0,0,64,2,0,0,192,3,0,0,128,1,0,0,129,25,0,1,129,153,128,3,1,152,192,14,0,0,112,16,0,0,24,48,0,0,12,32,0,0,4,32,0,0,4,32,0,0,6,120,0,0,6,12,0,0,30,6,0,0,60,2,0,0,64,2,0,0,64,2,0,0,192,3,0,0,128,1,128,3,128,0,112,6,0,0,48,12,0,0,24,24,0,0,12,48,0,0,7,224,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,7,224,0,0,30,120,0,0,48,12,0,0,96,4,0,0,64,2,0,0,192,2,0,0,128,3,0,0,129,9,0,0,129,153,128,1,1,152,192,6,0,0,240,12,0,0,56,16,0,0,12,32,0,0,4,32,0,0,4,96,0,0,6,112,0,0,6,60,0,0,6,4,0,0,30,4,0,0,96,2,0,0,64,2,0,0,192,3,0,0,128,3,128,1,128,0,96,7,0,0,48,12,0,0,24,24,0,0,8,48,0,0,7,224,0,0,1,128,0,0,0,0,0},
{0,0,0,0,0,1,128,0,0,15,240,0,0,56,24,0,0,32,4,0,0,96,6,0,0,64,2,0,0,192,3,0,0,129,9,0,0,129,153,128,1,1,153,128,7,1,8,224,12,0,0,56,24,0,0,8,48,0,0,4,32,0,0,4,32,0,0,6,96,0,0,6,120,0,0,6,12,0,0,62,6,0,0,96,2,0,0,64,2,0,0,192,2,0,0,128,3,128,1,128,0,224,3,0,0,48,12,0,0,16,8,0,0,8,16,0,0,14,112,0,0,3,192,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,15,240,0,0,28,24,0,0,48,12,0,0,96,6,0,0,64,2,0,0,192,3,0,0,0,1,0,0,129,25,0,1,129,153,128,3,1,24,192,14,0,0,112,24,0,0,24,48,0,0,12,32,0,0,4,32,0,0,4,96,0,0,6,120,0,0,6,12,0,0,30,6,0,0,120,2,0,0,64,2,0,0,64,2,0,0,192,3,0,0,128,1,192,3,0,0,48,6,0,0,24,8,0,0,24,24,0,0,12,48,0,0,7,224,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,7,224,0,0,28,56,0,0,48,12,0,0,96,6,0,0,64,2,0,0,192,2,0,0,128,3,0,0,134,33,0,1,134,49,128,3,6,32,192,14,0,0,112,24,0,0,24,48,0,0,12,32,0,0,4,32,0,0,4,96,0,0,6,112,0,0,6,28,0,0,14,6,0,0,60,6,0,0,64,2,0,0,64,2,0,0,192,3,0,0,128,1,192,1,128,0,96,7,0,0,48,12,0,0,24,24,0,0,12,48,0,0,7,224,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,3,192,0,0,31,240,0,0,48,12,0,0,96,4,0,0,64,6,0,0,64,2,0,0,192,3,0,0,136,193,0,1,136,193,128,1,8,192,128,6,8,0,224,12,0,0,24,16,0,0,12,48,0,0,4,32,0,0,4,96,0,0,6,96,0,0,6,60,0,0,6,4,0,0,62,6,0,0,96,2,0,0,64,2,0,0,192,2,0,0,128,3,128,1,128,0,224,7,0,0,48,12,0,0,24,24,0,0,8,16,0,0,7,224,0,0,1,128,0},
{0,0,0,0,0,0,0,0,0,1,128,0,0,15,240,0,0,56,24,0,0,32,4,0,0,64,6,0,0,64,2,0,0,64,3,0,0,136,129,0,1,136,193,128,1,8,193,128,7,8,128,224,12,0,0,56,24,0,0,8,48,0,0,4,32,0,0,0,96,0,0,6,96,0,0,6,120,0,0,6,4,0,0,62,6,0,0,96,2,0,0,64,2,0,0,192,2,0,0,128,3,128,1,128,0,224,3,0,0,48,12,0,0,16,8,0,0,8,16,0,0,15,240,0,0,3,192,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,15,240,0,0,24,24,0,0,32,12,0,0,96,6,0,0,64,2,0,0,192,3,0,0,136,1,0,0,136,193,0,1,8,193,128,3,8,192,96,12,0,0,56,24,0,0,24,48,0,0,12,32,0,0,4,32,0,0,6,96,0,0,6,120,0,0,2,12,0,0,62,6,0,0,96,6,0,0,64,2,0,0,192,2,0,0,192,3,0,1,128,0,224,3,0,0,48,14,0,0,16,8,0,0,8,24,0,0,14,112,0,0,3,192,0}
};
int frame = 0;
int phantom_frame = 0;
void loop() {
// 1 Clean the screen
display.clearDisplay();
// 2 Draw the animations
display.drawBitmap(32, 0, frames[frame], FRAME_WIDTH, FRAME_HEIGHT, 1);
frame = (frame + 1) % FRAME_COUNT;
// 2 Draw the animations
display.drawBitmap(128-PHANTOM_FRAME_WIDTH - 1, 0, phantom_frames[phantom_frame], PHANTOM_FRAME_WIDTH, PHANTOM_FRAME_HEIGHT, 1);
phantom_frame = (phantom_frame + 1) % PHANTOM_FRAME_COUNT;
// 3 Draw the text
display.setTextSize(1);
display.setTextColor(WHITE);
display.setCursor(0, 64-8);
display.print("Cool!");
// 4 Update the display and do a pause...
display.display();
delay(FRAME_DELAY);
}