#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h>
#include <LiquidCrystal.h>
#define SCREEN_I2C_ADDR 0x3C // or 0x3C
#define SCREEN_WIDTH 128 // OLED display width, in pixels
#define SCREEN_HEIGHT 64 // OLED display height, in pixels
#define OLED_RST_PIN -1 // Reset pin (-1 if not available)
Adafruit_SSD1306 display(128, 64, &Wire, OLED_RST_PIN);
#define LCD_RS 12
#define LCD_EN 11
#define LCD_D4 10
#define LCD_D5 9
#define LCD_D6 8
#define LCD_D7 7
LiquidCrystal lcd(LCD_RS, LCD_EN, LCD_D4, LCD_D5, LCD_D6, LCD_D7);
// OLED Animation: upload
// Code auto-generated by https://wokwi.com/animator, graphics by icons8.com
#define FRAME_DELAY (42)
#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,1,128,0,0,0,0,0,0,1,128,0,0,0,0,0,0,3,192,0,0,0,0,0,0,7,224,0,0,0,0,0,0,15,240,0,0,0,0,0,0,14,112,0,0,0,0,0,0,28,56,0,0,0,0,0,0,24,24,0,0,0,0,0,0,56,28,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,49,140,0,0,0,0,0,0,57,156,0,0,0,0,0,0,31,248,0,0,0,0,0,0,15,240,0,0,0,0,0,0,7,224,0,0,0,0,0,0,1,128,0,0,0,0,0,0,3,192,0,0,0,0,0,0,31,248,0,0,0,0,0,0,63,252,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,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,1,128,0,0,0,0,0,0,1,128,0,0,0,0,0,0,3,192,0,0,0,0,0,0,7,224,0,0,0,0,0,0,15,240,0,0,0,0,0,0,14,112,0,0,0,0,0,0,28,56,0,0,0,0,0,0,24,24,0,0,0,0,0,0,56,28,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,57,140,0,0,0,0,0,0,57,156,0,0,0,0,0,0,31,248,0,0,0,0,0,0,15,240,0,0,0,0,0,0,7,224,0,0,0,0,0,0,1,128,0,0,0,0,0,0,3,192,0,0,0,0,0,0,31,248,0,0,0,0,0,0,63,252,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,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,128,0,0,0,0,0,0,1,192,0,0,0,0,0,0,3,192,0,0,0,0,0,0,7,224,0,0,0,0,0,0,15,112,0,0,0,0,0,0,14,112,0,0,0,0,0,0,28,56,0,0,0,0,0,0,28,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,57,140,0,0,0,0,0,0,57,156,0,0,0,0,0,0,31,248,0,0,0,0,0,0,15,240,0,0,0,0,0,0,7,224,0,0,0,0,0,0,1,128,0,0,0,0,0,0,3,192,0,0,0,0,0,0,31,248,0,0,0,0,0,0,63,252,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,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,128,0,0,0,0,0,0,1,192,0,0,0,0,0,0,3,224,0,0,0,0,0,0,7,224,0,0,0,0,0,0,7,112,0,0,0,0,0,0,14,56,0,0,0,0,0,0,28,56,0,0,0,0,0,0,28,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,49,140,0,0,0,0,0,0,57,156,0,0,0,0,0,0,31,248,0,0,0,0,0,0,15,240,0,0,0,0,0,0,7,224,0,0,0,0,0,0,1,128,0,0,0,0,0,0,3,192,0,0,0,0,0,0,31,248,0,0,0,0,0,0,63,252,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,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,192,0,0,0,0,0,0,1,192,0,0,0,0,0,0,3,224,0,0,0,0,0,0,7,240,0,0,0,0,0,0,7,112,0,0,0,0,0,0,14,56,0,0,0,0,0,0,28,56,0,0,0,0,0,0,28,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,49,140,0,0,0,0,0,0,57,156,0,0,0,0,0,0,31,248,0,0,0,0,0,0,31,240,0,0,0,0,0,0,7,224,0,0,0,0,0,0,1,128,0,0,0,0,0,0,3,192,0,0,0,0,0,0,31,248,0,0,0,0,0,0,63,252,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,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,64,0,0,0,0,0,0,0,224,0,0,0,0,0,0,1,224,0,0,0,0,0,0,3,240,0,0,0,0,0,0,7,112,0,0,0,0,0,0,14,56,0,0,0,0,0,0,28,56,0,0,0,0,0,0,28,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,49,140,0,0,0,0,0,0,57,156,0,0,0,0,0,0,31,248,0,0,0,0,0,0,31,240,0,0,0,0,0,0,7,224,0,0,0,0,0,0,1,128,0,0,0,0,0,0,3,192,0,0,0,0,0,0,31,248,0,0,0,0,0,0,63,252,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,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,64,0,0,0,0,0,0,0,224,0,0,0,0,0,0,1,224,0,0,0,0,0,0,3,240,0,0,0,0,0,0,7,56,0,0,0,0,0,0,14,56,0,0,0,0,0,0,30,24,0,0,0,0,0,0,28,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,8,0,49,140,0,0,0,0,12,0,57,156,0,0,0,0,0,0,31,248,0,0,0,0,97,0,31,248,0,0,0,0,97,0,7,224,0,0,0,0,0,0,1,128,0,0,0,0,12,0,3,192,0,0,0,0,8,0,31,248,0,0,0,0,0,0,63,252,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,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,96,0,0,0,0,0,0,0,224,0,0,0,0,0,0,1,240,0,0,0,0,0,0,3,240,0,0,0,0,0,0,7,56,0,0,0,0,0,0,14,56,0,0,0,0,0,0,28,28,0,0,0,0,0,0,28,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,0,0,112,12,0,0,0,0,12,0,49,140,0,0,0,0,12,0,57,156,0,0,0,0,0,0,63,248,0,0,0,0,227,128,31,248,0,0,0,0,227,128,15,224,0,0,0,0,0,0,1,128,0,0,0,0,12,0,3,192,0,0,0,0,12,0,31,248,0,0,0,0,0,0,63,252,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,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,96,0,0,0,0,0,0,0,224,0,0,0,0,0,0,1,240,0,0,0,0,0,0,3,240,0,0,0,0,0,0,7,56,0,0,0,0,0,0,14,56,0,0,0,0,0,0,28,28,0,0,0,0,0,0,28,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,12,0,112,12,0,0,0,0,12,0,113,140,0,0,0,0,12,0,57,156,0,0,0,0,0,0,63,248,0,0,0,0,227,192,31,248,0,0,0,0,225,192,15,224,0,0,0,0,0,0,1,128,0,0,0,0,12,0,3,192,0,0,0,0,12,0,31,248,0,0,0,0,12,0,63,252,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,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,96,0,0,0,0,0,0,0,224,0,0,0,0,0,0,1,240,0,0,0,0,0,0,3,240,0,0,0,0,0,0,7,56,0,0,0,0,0,0,14,56,0,0,0,0,0,0,28,28,0,0,0,0,0,0,28,28,0,0,0,0,0,0,56,12,0,0,0,0,0,0,48,14,0,0,0,0,12,0,112,14,0,0,0,0,28,0,112,14,0,0,0,0,12,0,113,140,0,0,0,0,12,0,57,156,0,0,0,0,0,0,63,248,0,0,0,1,225,224,31,248,0,0,0,1,225,224,15,224,0,0,0,0,0,0,1,128,0,0,0,0,12,0,3,192,0,0,0,0,12,0,31,248,0,0,0,0,12,0,63,252,0,0,0,0,12,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,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,96,0,0,0,0,0,0,0,224,0,0,0,0,0,0,3,240,0,0,0,0,0,0,3,240,0,0,0,0,0,0,7,56,0,0,0,0,0,0,14,56,0,0,0,0,0,0,28,28,0,0,0,0,0,0,60,28,0,0,0,0,0,0,56,12,0,0,0,0,8,0,48,14,0,0,0,0,12,0,112,14,0,0,0,0,12,0,112,14,0,0,0,0,12,0,113,140,0,0,0,0,0,0,57,156,0,0,0,0,0,0,63,248,0,0,0,3,193,224,31,248,0,0,0,3,193,224,15,224,0,0,0,0,0,0,1,128,0,0,0,0,8,0,3,192,0,0,0,0,12,0,31,248,0,0,0,0,12,0,63,252,0,0,0,0,12,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,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,192,0,0,0,0,0,0,1,224,0,0,0,0,0,0,3,224,0,0,0,0,0,0,7,240,0,0,0,0,0,0,15,56,0,0,0,0,0,0,30,56,0,0,0,0,0,0,28,28,0,0,0,0,0,0,60,28,0,0,0,0,0,0,56,28,0,0,0,0,12,0,48,14,0,0,0,0,12,0,112,14,0,0,0,0,12,0,112,14,0,0,0,0,8,0,113,140,0,0,0,0,0,0,57,156,0,0,0,0,0,0,63,248,0,0,0,3,128,224,31,248,0,0,0,3,128,224,15,224,0,0,0,0,0,0,1,128,0,0,0,0,0,0,3,192,0,0,0,0,8,0,31,248,0,0,0,0,12,0,63,252,0,0,0,0,12,0,48,12,0,0,0,0,8,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,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,192,0,0,0,0,0,0,1,224,0,0,0,0,0,0,3,224,0,0,0,0,0,0,7,240,0,0,0,0,0,0,15,120,0,0,0,0,0,0,30,56,0,0,0,0,0,0,28,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,48,14,0,0,0,0,0,0,112,14,0,0,0,0,0,0,112,14,0,0,0,0,0,0,113,140,0,0,0,0,0,0,121,156,0,0,0,0,0,0,63,252,0,0,0,0,0,0,31,248,0,0,0,0,0,0,15,240,0,0,0,0,0,0,1,192,0,0,0,0,0,0,3,192,0,0,0,0,0,0,31,248,0,0,0,0,0,0,63,252,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,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,192,0,0,0,0,0,0,1,192,0,0,0,0,0,0,3,224,0,0,0,0,0,0,7,240,0,0,0,0,0,0,14,112,0,0,0,0,0,0,30,56,0,0,0,0,0,0,28,56,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,112,14,0,0,0,0,0,0,112,14,0,0,0,0,0,0,112,14,0,0,0,0,0,0,113,142,0,0,0,0,0,0,121,156,0,0,0,0,0,0,63,252,0,0,0,0,0,0,31,248,0,0,0,0,0,0,15,240,0,0,0,0,0,0,1,192,0,0,0,0,0,0,3,192,0,0,0,0,0,0,31,248,0,0,0,0,0,0,63,252,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,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,1,128,0,0,0,0,0,0,3,192,0,0,0,0,0,0,7,224,0,0,0,0,0,0,7,224,0,0,0,0,0,0,14,112,0,0,0,0,0,0,28,56,0,0,0,0,0,0,28,56,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,112,14,0,0,0,0,0,0,112,14,0,0,0,0,0,0,112,14,0,0,0,0,0,0,113,142,0,0,0,0,0,0,57,156,0,0,0,0,0,0,63,252,0,0,0,0,0,0,31,248,0,0,0,0,0,0,15,240,0,0,0,0,0,0,3,192,0,0,0,0,0,0,3,192,0,0,0,0,0,0,31,248,0,0,0,0,0,0,63,252,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,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,1,128,0,0,0,0,0,0,3,128,0,0,0,0,0,0,7,192,0,0,0,0,0,0,15,224,0,0,0,0,0,0,14,112,0,0,0,0,0,0,28,120,0,0,0,0,0,0,28,56,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,112,14,0,0,0,0,0,0,112,14,0,0,0,0,0,0,112,14,0,0,0,0,0,0,113,142,0,0,0,0,0,0,57,156,0,0,0,0,0,0,63,252,0,0,0,0,0,0,31,248,0,48,0,0,0,0,15,240,0,48,0,0,0,0,3,128,0,0,0,0,0,0,3,192,1,134,0,0,0,0,31,248,1,134,0,0,0,0,63,252,0,32,0,0,0,0,48,12,0,48,0,0,0,0,48,12,0,48,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,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,3,0,0,0,0,0,0,0,7,128,0,0,0,0,0,0,7,192,0,0,0,0,0,0,15,224,0,0,0,0,0,0,30,240,0,0,0,0,0,0,28,112,0,0,0,0,0,0,60,56,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,112,12,0,0,0,0,0,0,112,14,0,0,0,0,0,0,112,14,0,0,0,0,0,0,113,142,0,0,0,0,0,0,57,156,0,0,0,0,0,0,63,252,0,48,0,0,0,0,31,248,0,48,0,0,0,0,15,240,0,48,0,0,0,0,3,128,0,0,0,0,0,0,3,192,3,142,0,0,0,0,31,248,1,134,0,0,0,0,63,252,0,32,0,0,0,0,48,12,0,48,0,0,0,0,48,12,0,48,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,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,3,0,0,0,0,0,0,0,7,128,0,0,0,0,0,0,7,192,0,0,0,0,0,0,15,224,0,0,0,0,0,0,28,224,0,0,0,0,0,0,28,112,0,0,0,0,0,0,56,56,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,112,12,0,0,0,0,0,0,112,14,0,0,0,0,0,0,112,14,0,0,0,0,0,0,49,142,0,0,0,0,0,0,57,156,0,0,0,0,0,0,31,252,0,48,0,0,0,0,31,248,0,48,0,0,0,0,7,240,0,48,0,0,0,0,1,128,0,0,0,0,0,0,3,192,3,135,0,0,0,0,31,248,3,135,0,0,0,0,63,252,0,0,0,0,0,0,48,12,0,48,0,0,0,0,48,12,0,48,0,0,0,0,48,12,0,48,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,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,2,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,15,192,0,0,0,0,0,0,15,192,0,0,0,0,0,0,28,224,0,0,0,0,0,0,28,112,0,0,0,0,0,0,56,56,0,0,0,0,0,0,56,56,0,0,0,0,0,0,48,28,0,0,0,0,0,0,112,28,0,0,0,0,0,0,112,14,0,0,0,0,0,0,112,14,0,0,0,0,0,0,49,142,0,0,0,0,0,0,57,156,0,48,0,0,0,0,31,252,0,48,0,0,0,0,31,248,0,48,0,0,0,0,7,240,0,48,0,0,0,0,1,128,0,2,0,0,0,0,3,192,7,135,0,0,0,0,31,248,3,135,0,0,0,0,63,252,0,0,0,0,0,0,48,12,0,48,0,0,0,0,48,12,0,48,0,0,0,0,48,12,0,48,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,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,6,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,15,128,0,0,0,0,0,0,15,192,0,0,0,0,0,0,28,224,0,0,0,0,0,0,28,112,0,0,0,0,0,0,56,56,0,0,0,0,0,0,56,56,0,0,0,0,0,0,56,28,0,0,0,0,0,0,112,28,0,0,0,0,0,0,112,14,0,0,0,0,0,0,112,14,0,0,0,0,0,0,49,140,0,0,0,0,0,0,57,156,0,48,0,0,0,0,31,252,0,48,0,0,0,0,31,248,0,48,0,0,0,0,7,240,0,0,0,0,0,0,1,128,0,0,0,0,0,0,3,192,7,135,128,0,0,0,31,248,7,3,0,0,0,0,63,252,0,0,0,0,0,0,48,12,0,48,0,0,0,0,48,12,0,48,0,0,0,0,48,12,0,48,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,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,6,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,15,128,0,0,0,0,0,0,15,192,0,0,0,0,0,0,28,224,0,0,0,0,0,0,28,112,0,0,0,0,0,0,56,56,0,0,0,0,0,0,56,56,0,0,0,0,0,0,56,28,0,0,0,0,0,0,112,28,0,0,0,0,0,0,112,14,0,0,0,0,0,0,48,14,0,0,0,0,0,0,49,140,0,0,0,0,0,0,57,156,0,48,0,0,0,0,31,252,0,48,0,0,0,0,31,248,0,48,0,0,0,0,7,240,0,0,0,0,0,0,1,128,0,0,0,0,0,0,3,192,7,3,128,0,0,0,31,248,7,3,0,0,0,0,63,252,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,48,0,0,0,0,48,12,0,48,0,0,0,0,48,12,0,32,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,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,2,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,15,128,0,0,0,0,0,0,15,192,0,0,0,0,0,0,28,224,0,0,0,0,0,0,28,112,0,0,0,0,0,0,56,56,0,0,0,0,0,0,56,56,0,0,0,0,0,0,56,28,0,0,0,0,0,0,48,28,0,0,0,0,0,0,112,14,0,0,0,0,0,0,48,12,0,0,0,0,0,0,49,140,0,0,0,0,0,0,57,156,0,0,0,0,0,0,31,252,0,0,0,0,0,0,31,248,0,0,0,0,0,0,7,224,0,0,0,0,0,0,1,128,0,0,0,0,0,0,3,192,0,0,0,0,0,0,31,248,0,0,0,0,0,0,63,252,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,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,2,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,7,128,0,0,0,0,0,0,15,192,0,0,0,0,0,0,12,224,0,0,0,0,0,0,28,112,0,0,0,0,0,0,24,56,0,0,0,0,0,0,56,56,0,0,0,0,0,0,56,28,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,49,140,0,0,0,0,0,0,57,156,0,0,0,0,0,0,31,252,0,0,0,0,0,0,31,248,0,0,0,0,0,0,7,224,0,0,0,0,0,0,1,128,0,0,0,0,0,0,3,192,0,0,0,0,0,0,31,248,0,0,0,0,0,0,63,252,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,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,2,0,0,0,0,0,0,0,7,128,0,0,0,0,0,0,7,128,0,0,0,0,0,0,15,192,0,0,0,0,0,0,14,224,0,0,0,0,0,0,28,112,0,0,0,0,0,0,28,120,0,0,0,0,0,0,56,56,0,0,0,0,0,0,56,28,0,0,0,0,0,0,48,28,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,49,140,0,0,0,0,0,0,57,156,0,0,0,0,0,0,31,248,0,0,0,0,0,0,31,248,0,0,0,0,0,0,7,224,0,0,0,0,0,0,1,128,0,0,0,0,0,0,3,192,0,0,0,0,0,0,31,248,0,0,0,0,0,0,63,252,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,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,3,0,0,0,0,0,0,0,3,128,0,0,0,0,0,0,7,192,0,0,0,0,0,0,15,224,0,0,0,0,0,0,14,224,0,0,0,0,0,0,28,112,0,0,0,0,0,0,28,56,0,0,0,0,0,0,56,56,0,0,0,0,0,0,56,28,0,0,0,0,0,0,48,28,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,49,140,0,0,0,0,0,0,57,156,0,0,0,0,0,0,31,248,0,0,0,0,0,0,15,248,0,0,0,0,0,0,7,224,0,0,0,0,0,0,1,128,0,0,0,0,0,0,3,192,0,0,0,0,0,0,31,248,0,0,0,0,0,0,63,252,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,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,1,0,0,0,0,0,0,0,3,128,0,0,0,0,0,0,7,192,0,0,0,0,0,0,7,224,0,0,0,0,0,0,14,224,0,0,0,0,0,0,28,112,0,0,0,0,0,0,28,56,0,0,0,0,0,0,56,56,0,0,0,0,0,0,56,28,0,0,0,0,0,0,48,28,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,49,156,0,0,0,0,0,0,57,156,0,0,0,0,0,0,31,248,0,0,0,0,0,0,15,240,0,0,0,0,0,0,7,224,0,0,0,0,0,0,1,128,0,0,0,0,0,0,3,192,0,0,0,0,0,0,31,248,0,0,0,0,0,0,63,252,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,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,1,0,0,0,0,0,0,0,3,128,0,0,0,0,0,0,3,192,0,0,0,0,0,0,7,224,0,0,0,0,0,0,14,240,0,0,0,0,0,0,14,112,0,0,0,0,0,0,28,56,0,0,0,0,0,0,56,56,0,0,0,0,0,0,56,28,0,0,0,0,0,0,48,28,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,49,156,0,0,0,0,0,0,57,156,0,0,0,0,0,0,31,248,0,0,0,0,0,0,15,240,0,0,0,0,0,0,7,224,0,0,0,0,0,0,1,128,0,0,0,0,0,0,3,192,0,0,0,0,0,0,31,248,0,0,0,0,0,0,63,252,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,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,1,128,0,0,0,0,0,0,1,128,0,0,0,0,0,0,3,192,0,0,0,0,0,0,7,224,0,0,0,0,0,0,15,240,0,0,0,0,0,0,14,112,0,0,0,0,0,0,28,56,0,0,0,0,0,0,24,56,0,0,0,0,0,0,56,28,0,0,0,0,0,0,48,28,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,49,156,0,0,0,0,0,0,57,156,0,0,0,0,0,0,31,248,0,0,0,0,0,0,15,240,0,0,0,0,0,0,7,224,0,0,0,0,0,0,1,128,0,0,0,0,0,0,3,192,0,0,0,0,0,0,31,248,0,0,0,0,0,0,63,252,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,48,12,0,0,0,0,0,0,112,14,0,0,0,0,31,255,255,255,255,248,0,0,127,255,255,255,255,254,0,0,255,255,255,255,255,255,0,0,224,0,0,0,0,7,0,1,192,0,0,0,0,3,128,1,192,0,0,0,0,3,128,1,128,0,0,0,0,1,128,3,128,0,0,0,0,1,192,3,128,14,0,0,112,1,192,3,192,31,128,1,248,3,192,3,224,63,224,7,252,7,192,3,255,249,255,255,159,255,192,3,255,240,127,254,15,255,192,3,159,128,15,240,1,249,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,3,128,0,0,0,0,1,192,31,255,255,255,255,255,255,248,31,255,255,255,255,255,255,248,28,0,0,0,0,0,0,56,28,0,0,0,0,0,0,56,14,0,0,0,0,0,0,112,7,255,255,255,255,255,255,224,3,255,255,255,255,255,255,192,0,127,255,255,255,255,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}
};
void setup() {
lcd.begin(50, 20);
lcd.print("SWEET CRAVINGS");
lcd.print(" PURE DELIGHT!! ");
display.begin(SSD1306_SWITCHCAPVCC, SCREEN_I2C_ADDR);
}
int frame = 0;
void loop() {
lcd.scrollDisplayLeft();
delay(50);
display.clearDisplay();
display.drawBitmap(32, 0, frames[frame], FRAME_WIDTH, FRAME_HEIGHT, 1);
display.display();
frame = (frame + 1) % FRAME_COUNT;
delay(FRAME_DELAY);
}