#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h>
#include <Fonts/FreeSansBold9pt7b.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);
// OLED Animation: cat meow
// Code auto-generated by https://wokwi.com/animator, graphics by icons8.com
const int buttonPin = 2; // Pin where the pushbutton is connected
int buttonState = 0; // Current state of the button
int lastButtonState = 0; // Previous state of the button
bool buttonPressed = false; // Flag to track if the button was pressed
unsigned long buttonPressTime = 0; // Timer to handle debounce and duration of the alternative code
long randNumber;
int led = 3; // the PWM pin the LED is attached to
int fadeDuration = 1000;
int steps = 255;
const int delayTime = fadeDuration / (2 * steps);
#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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,240,0,63,224,0,0,0,255,252,1,255,252,0,0,1,248,63,3,240,126,0,0,7,192,7,135,128,15,0,0,15,0,3,206,0,3,128,0,30,0,0,252,0,1,192,0,28,0,0,120,0,0,224,0,56,0,0,48,0,0,112,0,48,0,0,48,0,0,48,0,112,0,0,0,0,0,56,0,96,0,0,0,0,0,56,0,96,0,0,0,0,0,24,0,224,0,0,0,0,0,28,0,224,0,0,0,0,0,28,0,224,0,0,0,63,128,28,0,224,0,0,1,255,224,28,0,224,0,0,3,243,240,24,0,224,0,0,7,128,120,24,0,224,0,0,14,0,28,24,0,96,0,0,12,0,14,127,0,96,0,0,28,0,7,255,192,112,0,0,24,0,7,227,240,112,0,0,56,0,7,128,120,48,0,0,48,0,2,0,56,56,0,0,48,0,0,0,28,28,0,0,48,0,0,0,14,28,0,0,48,0,0,0,6,14,0,0,48,0,0,0,6,7,0,0,48,0,0,0,7,3,0,0,56,0,0,0,7,3,128,0,56,0,0,0,7,1,192,0,56,0,0,0,7,0,224,0,24,0,0,0,6,0,112,0,28,0,0,0,6,0,60,0,12,0,0,0,14,0,30,0,14,0,0,0,12,0,15,0,6,0,0,0,28,0,7,128,7,0,0,0,56,0,1,224,3,128,0,0,120,0,0,240,1,128,0,0,240,0,0,124,1,192,0,1,224,0,0,30,1,224,0,7,192,0,0,15,7,240,0,31,0,0,0,3,207,48,0,254,0,0,0,1,254,56,7,240,0,0,0,0,248,28,63,192,0,0,0,0,48,15,254,0,0,0,0,0,0,15,240,0,0,0,0,0,0,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,240,0,63,224,0,0,0,255,252,1,255,252,0,0,1,248,63,3,240,126,0,0,7,192,7,135,128,15,0,0,15,0,3,206,0,3,128,0,30,0,0,252,0,1,192,0,28,0,0,120,0,0,224,0,56,0,0,48,0,0,112,0,48,0,0,48,0,0,48,0,112,0,0,0,0,0,56,0,96,0,0,0,0,0,56,0,96,0,0,0,0,0,24,0,224,0,0,0,0,0,28,0,224,0,0,0,0,0,28,0,224,0,0,0,63,128,28,0,224,0,0,1,255,224,28,0,224,0,0,3,243,240,24,0,224,0,0,7,128,120,24,0,224,0,0,14,0,28,24,0,96,0,0,12,0,14,127,0,96,0,0,28,0,7,255,192,112,0,0,24,0,7,227,240,112,0,0,56,0,7,128,120,48,0,0,48,0,2,0,56,56,0,0,48,0,0,0,28,28,0,0,48,0,0,0,14,28,0,0,48,0,0,0,6,14,0,0,48,0,0,0,6,7,0,0,48,0,0,0,7,3,0,0,56,0,0,0,7,3,128,0,56,0,0,0,7,1,192,0,56,0,0,0,7,0,224,0,24,0,0,0,6,0,112,0,28,0,0,0,6,0,60,0,12,0,0,0,14,0,30,0,14,0,0,0,12,0,15,0,6,0,0,0,28,0,7,128,7,0,0,0,56,0,1,224,3,128,0,0,120,0,0,240,1,128,0,0,240,0,0,124,1,192,0,1,224,0,0,30,1,224,0,7,192,0,0,15,7,240,0,31,0,0,0,3,207,48,0,254,0,0,0,1,254,56,7,240,0,0,0,0,248,28,63,192,0,0,0,0,48,15,254,0,0,0,0,0,0,15,240,0,0,0,0,0,0,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,240,0,63,224,0,0,0,255,252,1,255,252,0,0,1,248,63,3,240,126,0,0,7,192,7,135,128,15,0,0,15,0,3,206,0,3,128,0,30,0,0,252,0,1,192,0,28,0,0,120,0,0,224,0,56,0,0,48,0,0,112,0,48,0,0,48,0,0,48,0,112,0,0,0,0,0,56,0,96,0,0,0,0,0,56,0,96,0,0,0,0,0,24,0,224,0,0,0,0,0,28,0,224,0,0,0,0,0,28,0,224,0,0,0,63,128,28,0,224,0,0,1,255,224,28,0,224,0,0,3,243,240,24,0,224,0,0,7,128,120,24,0,224,0,0,14,0,28,24,0,96,0,0,12,0,14,127,0,96,0,0,28,0,7,255,192,112,0,0,24,0,7,227,240,112,0,0,56,0,7,128,120,48,0,0,48,0,2,0,56,56,0,0,48,0,0,0,28,28,0,0,48,0,0,0,14,28,0,0,48,0,0,0,6,14,0,0,48,0,0,0,6,7,0,0,48,0,0,0,7,3,0,0,56,0,0,0,7,3,128,0,56,0,0,0,7,1,192,0,56,0,0,0,7,0,224,0,24,0,0,0,6,0,112,0,28,0,0,0,6,0,60,0,12,0,0,0,14,0,30,0,14,0,0,0,12,0,15,0,6,0,0,0,28,0,7,128,7,0,0,0,56,0,1,224,3,128,0,0,120,0,0,240,1,128,0,0,240,0,0,124,1,192,0,1,224,0,0,30,1,224,0,7,192,0,0,15,7,240,0,31,0,0,0,3,207,48,0,254,0,0,0,1,254,56,7,240,0,0,0,0,248,28,63,192,0,0,0,0,48,15,254,0,0,0,0,0,0,15,240,0,0,0,0,0,0,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,240,0,63,224,0,0,0,255,252,1,255,252,0,0,1,248,63,3,240,126,0,0,7,192,7,135,128,15,0,0,15,0,3,206,0,3,128,0,30,0,0,252,0,1,192,0,28,0,0,120,0,0,224,0,56,0,0,48,0,0,112,0,48,0,0,48,0,0,48,0,112,0,0,0,0,0,56,0,96,0,0,0,0,0,56,0,96,0,0,0,0,0,24,0,224,0,0,0,0,0,28,0,224,0,0,0,0,0,28,0,224,0,0,0,63,128,28,0,224,0,0,1,255,224,28,0,224,0,0,3,243,240,24,0,224,0,0,7,128,120,24,0,224,0,0,14,0,28,24,0,96,0,0,12,0,14,127,0,96,0,0,28,0,7,255,192,112,0,0,24,0,7,227,240,112,0,0,56,0,7,128,120,48,0,0,48,0,2,0,56,56,0,0,48,0,0,0,28,28,0,0,48,0,0,0,14,28,0,0,48,0,0,0,6,14,0,0,48,0,0,0,6,7,0,0,48,0,0,0,7,3,0,0,56,0,0,0,7,3,128,0,56,0,0,0,7,1,192,0,56,0,0,0,7,0,224,0,24,0,0,0,6,0,112,0,28,0,0,0,6,0,60,0,12,0,0,0,14,0,30,0,14,0,0,0,12,0,15,0,6,0,0,0,28,0,7,128,7,0,0,0,56,0,1,224,3,128,0,0,120,0,0,240,1,128,0,0,240,0,0,124,1,192,0,1,224,0,0,30,1,224,0,7,192,0,0,15,7,240,0,31,0,0,0,3,207,48,0,254,0,0,0,1,254,56,7,240,0,0,0,0,248,28,63,192,0,0,0,0,48,15,254,0,0,0,0,0,0,15,240,0,0,0,0,0,0,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,240,0,63,224,0,0,0,255,252,1,255,252,0,0,1,248,63,3,240,126,0,0,7,192,7,135,128,15,0,0,15,0,3,206,0,3,128,0,30,0,0,252,0,1,192,0,28,0,0,120,0,0,224,0,56,0,0,48,0,0,112,0,48,0,0,48,0,0,48,0,112,0,0,0,0,0,56,0,96,0,0,0,0,0,56,0,96,0,0,0,0,0,24,0,224,0,0,0,0,0,28,0,224,0,0,0,0,0,28,0,224,0,0,0,30,0,28,0,224,0,0,0,255,224,28,0,224,0,0,1,255,240,24,0,224,0,0,7,128,120,24,0,224,0,0,7,0,28,24,0,96,0,0,14,0,14,62,0,96,0,0,28,0,15,255,192,112,0,0,24,0,7,255,224,112,0,0,24,0,7,128,240,48,0,0,56,0,2,0,56,56,0,0,56,0,0,0,28,28,0,0,48,0,0,0,14,28,0,0,48,0,0,0,14,14,0,0,48,0,0,0,6,7,0,0,56,0,0,0,6,3,0,0,56,0,0,0,7,3,128,0,56,0,0,0,6,1,192,0,24,0,0,0,6,0,224,0,28,0,0,0,6,0,112,0,28,0,0,0,6,0,60,0,14,0,0,0,14,0,30,0,14,0,0,0,12,0,15,0,7,0,0,0,28,0,7,128,3,0,0,0,56,0,1,224,3,128,0,0,112,0,0,240,1,192,0,0,240,0,0,124,1,224,0,3,192,0,0,30,1,224,0,15,128,0,0,15,7,240,0,63,0,0,0,3,207,56,0,252,0,0,0,1,254,24,15,240,0,0,0,0,248,28,127,192,0,0,0,0,48,15,252,0,0,0,0,0,0,7,224,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,240,0,63,224,0,0,0,255,252,1,255,252,0,0,1,248,63,3,240,126,0,0,7,192,7,135,128,15,0,0,15,0,3,206,0,3,128,0,30,0,0,252,0,1,192,0,28,0,0,120,0,0,224,0,56,0,0,48,0,0,112,0,48,0,0,48,0,0,48,0,112,0,0,0,0,0,56,0,96,0,0,0,0,0,56,0,96,0,0,0,0,0,24,0,224,0,0,0,0,0,28,0,224,0,0,0,0,0,28,0,224,0,0,0,12,0,28,0,224,0,0,0,255,192,28,0,224,0,0,1,255,240,24,0,224,0,0,3,192,248,24,0,224,0,0,7,0,60,24,0,96,0,0,14,0,12,60,0,96,0,0,12,0,14,255,128,112,0,0,28,0,7,255,224,112,0,0,24,0,7,128,240,48,0,0,24,0,6,0,120,56,0,0,56,0,0,0,24,28,0,0,56,0,0,0,28,28,0,0,56,0,0,0,14,14,0,0,56,0,0,0,14,7,0,0,56,0,0,0,6,3,0,0,56,0,0,0,6,3,128,0,24,0,0,0,6,1,192,0,28,0,0,0,6,0,224,0,28,0,0,0,6,0,112,0,12,0,0,0,14,0,60,0,14,0,0,0,12,0,30,0,6,0,0,0,28,0,15,0,7,0,0,0,24,0,7,128,3,128,0,0,56,0,1,224,3,128,0,0,112,0,0,240,1,192,0,1,224,0,0,124,1,224,0,3,192,0,0,30,1,224,0,15,128,0,0,15,7,240,0,62,0,0,0,3,207,56,1,252,0,0,0,1,254,28,15,224,0,0,0,0,248,12,255,128,0,0,0,0,48,15,252,0,0,0,0,0,0,7,224,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,128,0,15,0,0,0,0,63,248,0,255,240,0,0,0,255,254,3,255,252,0,0,3,240,15,135,192,30,0,0,7,128,3,207,0,15,0,0,15,0,1,254,0,3,128,0,30,0,0,248,0,1,192,0,28,0,0,120,0,0,224,0,56,0,0,48,0,0,96,0,56,0,0,0,0,0,112,0,48,0,0,0,0,0,48,0,112,0,0,0,0,0,56,0,112,0,0,0,0,0,56,0,96,0,0,0,0,0,56,0,96,0,0,0,0,0,56,0,96,0,0,0,127,192,24,0,96,0,0,0,255,224,24,0,96,0,0,3,224,248,56,0,96,0,0,7,128,60,56,0,112,0,0,7,0,28,56,0,112,0,0,14,0,14,255,128,48,0,0,12,0,7,255,192,56,0,0,28,0,7,129,240,56,0,0,24,0,7,0,112,28,0,0,24,0,0,0,56,28,0,0,24,0,0,0,28,14,0,0,24,0,0,0,12,6,0,0,24,0,0,0,14,7,0,0,24,0,0,0,14,3,128,0,24,0,0,0,6,1,192,0,28,0,0,0,6,0,224,0,28,0,0,0,14,0,112,0,12,0,0,0,14,0,56,0,14,0,0,0,12,0,28,0,14,0,0,0,12,0,15,0,7,0,0,0,28,0,7,128,3,0,0,0,56,0,3,192,3,128,0,0,112,0,0,240,1,128,0,0,240,0,0,120,1,192,0,1,224,0,0,60,1,224,0,3,192,0,0,15,3,240,0,31,0,0,0,7,143,176,0,126,0,0,0,3,254,56,3,248,0,0,0,0,252,28,31,224,0,0,0,0,112,14,255,0,0,0,0,0,0,7,248,0,0,0,0,0,0,7,192,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,240,0,127,192,0,0,0,127,254,1,255,248,0,0,1,254,63,3,241,252,0,0,3,224,7,143,128,30,0,0,7,128,1,222,0,15,0,0,15,0,0,252,0,3,128,0,14,0,0,120,0,1,192,0,28,0,0,48,0,0,224,0,24,0,0,32,0,0,224,0,56,0,0,0,0,0,112,0,48,0,0,0,0,0,112,0,48,0,0,0,0,0,112,0,112,0,0,0,0,0,48,0,112,0,0,0,0,0,48,0,112,0,0,0,63,128,48,0,112,0,0,0,255,224,48,0,112,0,0,1,241,240,48,0,48,0,0,3,128,56,48,0,48,0,0,7,0,28,48,0,56,0,0,14,0,14,255,0,56,0,0,12,0,7,255,192,24,0,0,12,0,7,193,224,28,0,0,28,0,7,0,240,12,0,0,24,0,0,0,56,14,0,0,24,0,0,0,28,6,0,0,24,0,0,0,28,7,0,0,24,0,0,0,12,3,128,0,24,0,0,0,14,1,192,0,28,0,0,0,14,0,192,0,28,0,0,0,14,0,224,0,12,0,0,0,12,0,120,0,12,0,0,0,12,0,60,0,14,0,0,0,12,0,30,0,6,0,0,0,28,0,15,0,7,0,0,0,24,0,3,192,3,0,0,0,56,0,1,224,3,128,0,0,112,0,0,240,1,192,0,0,224,0,0,60,1,224,0,1,192,0,0,30,3,224,0,7,128,0,0,15,135,240,0,31,0,0,0,3,207,56,0,254,0,0,0,1,252,24,7,248,0,0,0,0,120,28,63,192,0,0,0,0,48,15,254,0,0,0,0,0,0,7,240,0,0,0,0,0,0,3,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,128,0,14,0,0,0,0,63,252,0,255,224,0,0,0,255,254,3,255,248,0,0,1,240,15,135,192,60,0,0,3,192,3,207,0,30,0,0,7,128,1,252,0,7,0,0,15,0,0,120,0,3,128,0,14,0,0,112,0,1,192,0,28,0,0,48,0,0,192,0,24,0,0,0,0,0,224,0,24,0,0,0,0,0,96,0,56,0,0,0,0,0,96,0,56,0,0,0,0,0,112,0,48,0,0,0,0,0,112,0,48,0,0,0,31,0,112,0,48,0,0,0,127,224,112,0,56,0,0,1,255,240,112,0,56,0,0,3,192,120,96,0,56,0,0,7,128,28,112,0,24,0,0,6,0,14,255,0,24,0,0,14,0,15,255,128,28,0,0,12,0,7,199,224,12,0,0,12,0,7,0,240,14,0,0,28,0,2,0,48,6,0,0,28,0,0,0,56,7,0,0,28,0,0,0,28,3,128,0,28,0,0,0,28,1,128,0,28,0,0,0,12,1,192,0,28,0,0,0,12,0,224,0,28,0,0,0,12,0,112,0,12,0,0,0,12,0,56,0,14,0,0,0,12,0,28,0,6,0,0,0,28,0,15,0,7,0,0,0,24,0,7,128,3,0,0,0,56,0,3,192,3,128,0,0,56,0,0,240,1,128,0,0,112,0,0,120,1,192,0,0,224,0,0,62,1,224,0,3,192,0,0,15,3,240,0,7,128,0,0,7,143,112,0,63,0,0,0,1,254,56,0,252,0,0,0,0,252,28,7,240,0,0,0,0,112,14,127,192,0,0,0,0,0,15,254,0,0,0,0,0,0,7,240,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,240,0,127,128,0,0,0,63,254,1,255,240,0,0,0,254,63,7,241,248,0,0,1,224,7,143,0,60,0,0,3,192,1,222,0,14,0,0,7,128,0,252,0,7,0,0,7,0,0,120,0,3,128,0,14,0,0,48,0,1,192,0,12,0,0,0,0,1,192,0,28,0,0,0,0,0,192,0,24,0,0,0,0,0,224,0,24,0,0,0,0,0,224,0,24,0,0,0,0,0,224,0,24,0,0,0,63,128,96,0,24,0,0,0,255,224,96,0,24,0,0,1,241,240,96,0,24,0,0,7,128,56,224,0,24,0,0,7,0,28,224,0,28,0,0,14,0,14,255,0,28,0,0,12,0,7,255,192,12,0,0,28,0,7,193,224,14,0,0,28,0,7,0,112,6,0,0,24,0,0,0,56,7,0,0,24,0,0,0,28,3,0,0,24,0,0,0,12,3,128,0,24,0,0,0,12,1,192,0,24,0,0,0,14,0,224,0,28,0,0,0,14,0,112,0,28,0,0,0,14,0,56,0,28,0,0,0,14,0,28,0,12,0,0,0,12,0,14,0,14,0,0,0,12,0,7,0,6,0,0,0,28,0,3,192,7,0,0,0,24,0,1,224,3,0,0,0,56,0,0,240,3,128,0,0,112,0,0,60,1,192,0,0,224,0,0,30,3,192,0,1,224,0,0,7,135,224,0,7,128,0,0,3,223,112,0,31,0,0,0,1,252,56,0,126,0,0,0,0,120,24,3,248,0,0,0,0,48,28,63,192,0,0,0,0,0,15,255,0,0,0,0,0,0,7,248,0,0,0,0,0,0,3,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12,0,0,0,0,31,252,0,255,192,0,0,0,127,255,3,255,240,0,0,0,248,15,135,192,120,0,0,1,224,3,222,0,62,0,0,3,192,0,252,0,14,0,0,7,0,0,120,0,7,0,0,7,0,0,48,0,3,128,0,14,0,0,32,0,1,128,0,12,0,0,0,0,1,192,0,12,0,0,0,0,1,192,0,28,0,0,0,0,0,192,0,28,0,0,0,8,0,192,0,28,0,0,0,127,192,192,0,28,0,0,1,255,240,192,0,28,0,0,3,224,248,192,0,28,0,0,7,128,60,192,0,28,0,0,6,0,28,252,0,12,0,0,14,0,15,255,128,14,0,0,28,0,7,255,224,14,0,0,24,0,7,129,240,6,0,0,24,0,7,0,120,7,0,0,24,0,0,0,24,3,0,0,56,0,0,0,28,3,128,0,56,0,0,0,12,1,192,0,56,0,0,0,14,0,224,0,56,0,0,0,14,0,96,0,24,0,0,0,6,0,112,0,24,0,0,0,6,0,56,0,28,0,0,0,6,0,30,0,28,0,0,0,14,0,15,0,12,0,0,0,14,0,7,128,14,0,0,0,12,0,1,192,6,0,0,0,28,0,0,240,7,0,0,0,56,0,0,120,3,128,0,0,120,0,0,62,3,192,0,0,240,0,0,15,7,192,0,1,224,0,0,7,143,224,0,3,192,0,0,1,254,112,0,15,128,0,0,0,248,112,0,126,0,0,0,0,112,56,3,248,0,0,0,0,0,28,31,224,0,0,0,0,0,14,255,128,0,0,0,0,0,15,248,0,0,0,0,0,0,7,192,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,248,0,127,192,0,0,0,127,254,1,255,240,0,0,0,254,31,7,225,252,0,0,1,224,7,207,0,62,0,0,3,192,1,254,0,15,0,0,7,0,0,248,0,7,0,0,14,0,0,120,0,3,128,0,14,0,0,48,0,1,192,0,28,0,0,0,0,0,192,0,28,0,0,0,0,0,224,0,24,0,0,0,0,0,224,0,24,0,0,0,0,0,224,0,56,0,0,0,30,0,96,0,56,0,0,0,255,192,96,0,56,0,0,1,255,240,96,0,56,0,0,7,192,120,96,0,24,0,0,7,0,28,96,0,24,0,0,14,0,12,254,0,28,0,0,12,0,15,255,128,28,0,0,28,0,7,255,224,12,0,0,24,0,7,128,240,14,0,0,56,0,2,0,56,6,0,0,56,0,0,0,28,7,0,0,56,0,0,0,12,3,0,0,56,0,0,0,14,3,128,0,56,0,0,0,6,1,192,0,56,0,0,0,6,0,224,0,56,0,0,0,7,0,112,0,56,0,0,0,6,0,120,0,24,0,0,0,6,0,60,0,28,0,0,0,6,0,30,0,12,0,0,0,14,0,7,0,14,0,0,0,14,0,3,192,6,0,0,0,28,0,1,224,7,0,0,0,28,0,0,240,3,0,0,0,56,0,0,60,3,128,0,0,112,0,0,30,3,192,0,0,224,0,0,15,135,192,0,3,192,0,0,3,207,224,0,15,128,0,0,1,252,112,0,63,0,0,0,0,120,56,1,252,0,0,0,0,48,24,15,240,0,0,0,0,0,28,127,128,0,0,0,0,0,15,252,0,0,0,0,0,0,7,224,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,224,0,63,128,0,0,0,63,252,1,255,240,0,0,0,255,255,3,255,252,0,0,1,224,15,135,128,62,0,0,3,192,3,206,0,15,0,0,7,0,0,252,0,7,128,0,14,0,0,120,0,1,192,0,28,0,0,48,0,1,192,0,28,0,0,32,0,0,224,0,24,0,0,0,0,0,96,0,56,0,0,0,0,0,112,0,56,0,0,0,0,0,112,0,48,0,0,0,0,0,112,0,48,0,0,0,63,128,112,0,48,0,0,1,255,224,48,0,48,0,0,3,243,240,48,0,48,0,0,7,128,120,112,0,48,0,0,14,0,28,112,0,56,0,0,12,0,14,127,0,56,0,0,28,0,7,255,192,24,0,0,24,0,7,227,240,24,0,0,56,0,7,128,120,28,0,0,48,0,2,0,56,12,0,0,48,0,0,0,28,14,0,0,48,0,0,0,14,7,0,0,48,0,0,0,6,7,0,0,48,0,0,0,6,3,128,0,48,0,0,0,7,1,192,0,56,0,0,0,7,0,224,0,56,0,0,0,7,0,112,0,56,0,0,0,7,0,56,0,24,0,0,0,6,0,28,0,28,0,0,0,6,0,14,0,12,0,0,0,14,0,7,128,14,0,0,0,12,0,3,192,6,0,0,0,28,0,1,224,7,0,0,0,56,0,0,120,3,128,0,0,120,0,0,60,1,192,0,0,240,0,0,31,3,192,0,1,224,0,0,7,135,224,0,7,192,0,0,3,254,112,0,31,0,0,0,0,252,48,0,254,0,0,0,0,120,56,7,240,0,0,0,0,32,28,63,192,0,0,0,0,0,15,254,0,0,0,0,0,0,15,240,0,0,0,0,0,0,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,6,0,0,0,0,63,248,0,127,240,0,0,0,255,254,1,255,252,0,0,1,240,31,7,192,62,0,0,7,192,3,207,0,15,0,0,15,0,1,222,0,7,128,0,14,0,0,252,0,1,192,0,28,0,0,120,0,0,224,0,24,0,0,48,0,0,224,0,56,0,0,0,0,0,112,0,48,0,0,0,0,0,48,0,112,0,0,0,0,0,48,0,112,0,0,0,0,0,56,0,112,0,0,0,0,0,56,0,96,0,0,0,30,0,56,0,96,0,0,0,255,192,56,0,96,0,0,1,255,240,56,0,112,0,0,7,192,120,56,0,112,0,0,7,0,28,48,0,112,0,0,14,0,12,62,0,48,0,0,12,0,15,255,128,48,0,0,28,0,7,255,224,56,0,0,24,0,7,128,240,24,0,0,56,0,2,0,56,28,0,0,56,0,0,0,28,12,0,0,56,0,0,0,12,14,0,0,56,0,0,0,14,7,0,0,56,0,0,0,6,7,0,0,56,0,0,0,6,3,128,0,56,0,0,0,7,1,192,0,56,0,0,0,6,0,224,0,24,0,0,0,6,0,112,0,28,0,0,0,6,0,56,0,12,0,0,0,14,0,28,0,14,0,0,0,14,0,15,0,6,0,0,0,28,0,7,128,7,0,0,0,28,0,3,192,3,0,0,0,56,0,0,240,3,128,0,0,112,0,0,120,1,192,0,0,224,0,0,62,1,192,0,3,192,0,0,15,3,224,0,15,128,0,0,7,143,240,0,63,0,0,0,1,254,56,1,252,0,0,0,0,252,24,15,240,0,0,0,0,112,28,127,128,0,0,0,0,0,15,252,0,0,0,0,0,0,7,224,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,240,0,63,224,0,0,0,255,252,1,255,252,0,0,1,248,63,3,240,126,0,0,7,192,7,135,128,15,0,0,15,0,3,206,0,3,128,0,30,0,0,252,0,1,192,0,28,0,0,120,0,0,224,0,56,0,0,48,0,0,112,0,48,0,0,48,0,0,48,0,112,0,0,0,0,0,56,0,96,0,0,0,0,0,56,0,96,0,0,0,0,0,24,0,224,0,0,0,0,0,28,0,224,0,0,0,0,0,28,0,224,0,0,0,8,0,28,0,224,0,0,0,127,192,28,0,224,0,0,1,255,240,24,0,224,0,0,3,224,248,24,0,224,0,0,7,128,60,24,0,96,0,0,6,0,28,60,0,96,0,0,14,0,14,255,128,112,0,0,28,0,7,255,224,112,0,0,24,0,7,129,240,48,0,0,24,0,7,0,120,56,0,0,24,0,0,0,24,28,0,0,56,0,0,0,28,28,0,0,56,0,0,0,12,14,0,0,56,0,0,0,14,7,0,0,56,0,0,0,14,3,0,0,24,0,0,0,6,3,128,0,24,0,0,0,6,1,192,0,28,0,0,0,6,0,224,0,28,0,0,0,14,0,112,0,12,0,0,0,14,0,60,0,14,0,0,0,12,0,30,0,6,0,0,0,28,0,15,0,7,0,0,0,56,0,7,128,3,128,0,0,120,0,1,224,1,128,0,0,240,0,0,240,1,192,0,1,224,0,0,124,0,224,0,3,192,0,0,30,1,240,0,15,128,0,0,15,7,240,0,126,0,0,0,3,207,56,3,248,0,0,0,1,254,28,31,224,0,0,0,0,248,14,255,128,0,0,0,0,48,15,248,0,0,0,0,0,0,7,192,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,6,0,0,0,0,63,248,0,127,240,0,0,0,255,254,1,255,252,0,0,1,240,31,7,192,62,0,0,7,192,3,207,0,15,0,0,15,0,1,222,0,7,128,0,14,0,0,252,0,1,192,0,28,0,0,120,0,0,224,0,24,0,0,48,0,0,224,0,56,0,0,0,0,0,112,0,48,0,0,0,0,0,48,0,112,0,0,0,0,0,48,0,112,0,0,0,0,0,56,0,112,0,0,0,0,0,56,0,96,0,0,0,0,0,56,0,96,0,0,0,63,128,56,0,96,0,0,0,255,224,56,0,112,0,0,1,241,240,56,0,112,0,0,7,128,56,48,0,112,0,0,7,0,28,56,0,48,0,0,14,0,14,255,0,48,0,0,12,0,7,255,192,56,0,0,28,0,7,193,224,24,0,0,28,0,7,0,112,28,0,0,24,0,0,0,56,12,0,0,24,0,0,0,28,14,0,0,24,0,0,0,12,7,0,0,24,0,0,0,12,7,0,0,24,0,0,0,14,3,128,0,28,0,0,0,14,1,192,0,28,0,0,0,14,0,224,0,28,0,0,0,14,0,112,0,12,0,0,0,12,0,56,0,14,0,0,0,12,0,28,0,6,0,0,0,28,0,15,0,7,0,0,0,24,0,7,128,3,0,0,0,56,0,3,192,3,128,0,0,112,0,0,240,1,192,0,0,224,0,0,120,0,192,0,1,224,0,0,62,1,224,0,7,128,0,0,15,3,240,0,31,0,0,0,7,143,56,0,126,0,0,0,1,254,24,3,248,0,0,0,0,252,28,63,192,0,0,0,0,112,15,255,0,0,0,0,0,0,7,248,0,0,0,0,0,0,3,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,224,0,63,128,0,0,0,63,252,1,255,240,0,0,0,255,255,3,255,252,0,0,1,224,15,135,128,62,0,0,3,192,3,206,0,15,0,0,7,0,0,252,0,7,128,0,14,0,0,120,0,1,192,0,28,0,0,48,0,1,192,0,28,0,0,32,0,0,224,0,24,0,0,0,0,0,96,0,56,0,0,0,0,0,112,0,56,0,0,0,0,0,112,0,48,0,0,0,0,0,112,0,48,0,0,0,0,0,112,0,48,0,0,0,31,0,48,0,48,0,0,0,127,224,48,0,48,0,0,1,255,240,112,0,48,0,0,3,192,120,112,0,56,0,0,7,128,28,112,0,56,0,0,6,0,14,255,0,24,0,0,14,0,15,255,128,24,0,0,12,0,7,199,224,28,0,0,12,0,7,0,240,12,0,0,28,0,2,0,48,14,0,0,28,0,0,0,56,7,0,0,28,0,0,0,28,7,0,0,28,0,0,0,28,3,128,0,28,0,0,0,12,1,192,0,28,0,0,0,12,0,224,0,28,0,0,0,12,0,112,0,12,0,0,0,12,0,56,0,14,0,0,0,12,0,28,0,6,0,0,0,28,0,14,0,7,0,0,0,24,0,7,128,3,0,0,0,56,0,3,192,3,128,0,0,56,0,1,224,1,128,0,0,112,0,0,120,1,192,0,0,224,0,0,60,1,224,0,3,192,0,0,31,3,240,0,7,128,0,0,7,135,240,0,63,0,0,0,3,254,56,0,252,0,0,0,0,252,28,7,240,0,0,0,0,120,14,127,192,0,0,0,0,32,15,254,0,0,0,0,0,0,7,240,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,248,0,127,192,0,0,0,127,254,1,255,240,0,0,0,254,31,7,225,252,0,0,1,224,7,207,0,62,0,0,3,192,1,254,0,15,0,0,7,0,0,248,0,7,0,0,14,0,0,120,0,3,128,0,14,0,0,48,0,1,192,0,28,0,0,0,0,0,192,0,28,0,0,0,0,0,224,0,24,0,0,0,0,0,224,0,24,0,0,0,0,0,224,0,56,0,0,0,0,0,96,0,56,0,0,0,63,128,96,0,56,0,0,0,255,224,96,0,56,0,0,1,241,240,96,0,24,0,0,3,128,56,96,0,24,0,0,7,0,28,224,0,28,0,0,14,0,14,255,0,28,0,0,12,0,7,255,192,12,0,0,12,0,7,193,224,14,0,0,28,0,7,0,240,6,0,0,24,0,0,0,56,7,0,0,24,0,0,0,28,3,0,0,24,0,0,0,28,3,128,0,24,0,0,0,12,1,192,0,24,0,0,0,14,0,224,0,28,0,0,0,14,0,112,0,28,0,0,0,14,0,120,0,12,0,0,0,12,0,60,0,12,0,0,0,12,0,30,0,14,0,0,0,12,0,7,0,6,0,0,0,28,0,3,192,7,0,0,0,24,0,1,224,3,0,0,0,56,0,0,240,3,128,0,0,112,0,0,60,1,192,0,0,224,0,0,30,3,224,0,1,192,0,0,15,135,224,0,7,128,0,0,3,207,112,0,31,0,0,0,1,252,56,0,254,0,0,0,0,120,24,7,248,0,0,0,0,48,28,63,192,0,0,0,0,0,15,254,0,0,0,0,0,0,7,240,0,0,0,0,0,0,3,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12,0,0,0,0,31,252,0,255,192,0,0,0,127,255,3,255,240,0,0,0,248,15,135,192,120,0,0,1,224,3,222,0,62,0,0,3,192,0,252,0,14,0,0,7,0,0,120,0,7,0,0,7,0,0,48,0,3,128,0,14,0,0,32,0,1,128,0,12,0,0,0,0,1,192,0,12,0,0,0,0,1,192,0,28,0,0,0,0,0,192,0,28,0,0,0,0,0,192,0,28,0,0,0,127,192,192,0,28,0,0,0,255,224,192,0,28,0,0,3,224,248,192,0,28,0,0,7,128,60,192,0,28,0,0,7,0,28,232,0,12,0,0,14,0,15,255,128,14,0,0,12,0,7,255,192,14,0,0,28,0,7,129,240,6,0,0,24,0,7,0,112,7,0,0,24,0,0,0,56,3,0,0,24,0,0,0,28,3,128,0,24,0,0,0,12,1,192,0,24,0,0,0,14,0,224,0,24,0,0,0,14,0,96,0,24,0,0,0,6,0,112,0,28,0,0,0,6,0,56,0,28,0,0,0,14,0,30,0,12,0,0,0,14,0,15,0,14,0,0,0,12,0,7,128,14,0,0,0,12,0,1,192,7,0,0,0,28,0,0,240,3,0,0,0,56,0,0,120,3,128,0,0,112,0,0,62,3,192,0,0,240,0,0,15,7,192,0,1,224,0,0,7,143,224,0,3,192,0,0,1,254,112,0,31,0,0,0,0,248,48,0,126,0,0,0,0,112,56,3,248,0,0,0,0,0,28,31,224,0,0,0,0,0,14,255,0,0,0,0,0,0,7,248,0,0,0,0,0,0,7,192,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,240,0,127,128,0,0,0,63,254,1,255,240,0,0,0,254,63,7,241,248,0,0,1,224,7,143,0,60,0,0,3,192,1,222,0,14,0,0,7,128,0,252,0,7,0,0,7,0,0,120,0,3,128,0,14,0,0,48,0,1,192,0,12,0,0,0,0,1,192,0,28,0,0,0,0,0,192,0,24,0,0,0,0,0,224,0,24,0,0,0,0,0,224,0,24,0,0,0,12,0,224,0,24,0,0,0,255,192,96,0,24,0,0,1,255,240,96,0,24,0,0,3,192,248,96,0,24,0,0,7,0,60,224,0,24,0,0,14,0,12,252,0,28,0,0,12,0,14,255,128,28,0,0,28,0,7,255,224,12,0,0,24,0,7,128,240,14,0,0,24,0,6,0,120,6,0,0,56,0,0,0,24,7,0,0,56,0,0,0,28,3,0,0,56,0,0,0,14,3,128,0,56,0,0,0,14,1,192,0,56,0,0,0,6,0,224,0,56,0,0,0,6,0,112,0,24,0,0,0,6,0,56,0,28,0,0,0,6,0,28,0,28,0,0,0,6,0,14,0,12,0,0,0,14,0,7,0,14,0,0,0,12,0,3,192,6,0,0,0,28,0,1,224,7,0,0,0,24,0,0,240,3,128,0,0,56,0,0,60,3,192,0,0,112,0,0,30,3,192,0,1,224,0,0,7,135,224,0,3,192,0,0,3,223,96,0,15,128,0,0,1,252,112,0,62,0,0,0,0,120,56,1,252,0,0,0,0,48,28,15,224,0,0,0,0,0,12,255,128,0,0,0,0,0,15,252,0,0,0,0,0,0,7,224,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,128,0,14,0,0,0,0,63,252,0,255,224,0,0,0,255,254,3,255,248,0,0,1,240,15,135,192,60,0,0,3,192,3,207,0,30,0,0,7,128,1,252,0,7,0,0,15,0,0,120,0,3,128,0,14,0,0,112,0,1,192,0,28,0,0,48,0,0,192,0,24,0,0,0,0,0,224,0,24,0,0,0,0,0,96,0,56,0,0,0,0,0,96,0,56,0,0,0,0,0,112,0,48,0,0,0,30,0,112,0,48,0,0,0,255,224,112,0,48,0,0,1,255,240,112,0,56,0,0,7,128,120,112,0,56,0,0,7,0,28,96,0,56,0,0,14,0,14,126,0,24,0,0,28,0,15,255,192,24,0,0,24,0,7,255,224,28,0,0,24,0,7,128,240,12,0,0,56,0,2,0,56,14,0,0,56,0,0,0,28,6,0,0,48,0,0,0,14,7,0,0,48,0,0,0,14,3,128,0,48,0,0,0,6,1,128,0,56,0,0,0,6,1,192,0,56,0,0,0,7,0,224,0,56,0,0,0,6,0,112,0,24,0,0,0,6,0,56,0,28,0,0,0,6,0,28,0,28,0,0,0,6,0,15,0,14,0,0,0,14,0,7,128,14,0,0,0,12,0,3,192,7,0,0,0,28,0,0,240,3,0,0,0,56,0,0,120,3,128,0,0,112,0,0,62,3,192,0,0,240,0,0,15,3,192,0,3,192,0,0,7,143,224,0,15,128,0,0,1,254,112,0,63,0,0,0,0,252,56,0,252,0,0,0,0,112,24,15,240,0,0,0,0,0,28,127,192,0,0,0,0,0,15,252,0,0,0,0,0,0,7,224,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,240,0,127,192,0,0,0,127,254,1,255,248,0,0,1,254,63,3,241,252,0,0,3,224,7,143,128,30,0,0,7,128,1,222,0,15,0,0,15,0,0,252,0,3,128,0,14,0,0,120,0,1,192,0,28,0,0,48,0,0,224,0,24,0,0,32,0,0,224,0,56,0,0,0,0,0,112,0,48,0,0,0,0,0,112,0,48,0,0,0,0,0,112,0,112,0,0,0,0,0,48,0,112,0,0,0,63,128,48,0,112,0,0,1,255,224,48,0,112,0,0,3,243,240,48,0,112,0,0,7,128,120,48,0,48,0,0,14,0,28,48,0,48,0,0,12,0,14,127,0,56,0,0,28,0,7,255,192,56,0,0,24,0,7,227,240,24,0,0,56,0,7,128,120,28,0,0,48,0,2,0,56,12,0,0,48,0,0,0,28,14,0,0,48,0,0,0,14,6,0,0,48,0,0,0,6,7,0,0,48,0,0,0,6,3,128,0,48,0,0,0,7,1,192,0,56,0,0,0,7,0,192,0,56,0,0,0,7,0,224,0,56,0,0,0,7,0,120,0,24,0,0,0,6,0,60,0,28,0,0,0,6,0,30,0,12,0,0,0,14,0,15,0,14,0,0,0,12,0,3,192,6,0,0,0,28,0,1,224,7,0,0,0,56,0,0,240,3,128,0,0,120,0,0,60,1,192,0,0,240,0,0,30,3,192,0,1,224,0,0,15,135,224,0,7,192,0,0,3,207,240,0,31,0,0,0,1,252,48,0,254,0,0,0,0,120,56,7,240,0,0,0,0,48,28,63,192,0,0,0,0,0,15,254,0,0,0,0,0,0,15,240,0,0,0,0,0,0,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,128,0,15,0,0,0,0,63,248,0,255,240,0,0,0,255,254,3,255,252,0,0,3,240,15,135,192,30,0,0,7,128,3,207,0,15,0,0,15,0,1,254,0,3,128,0,30,0,0,248,0,1,192,0,28,0,0,120,0,0,224,0,56,0,0,48,0,0,96,0,56,0,0,0,0,0,112,0,48,0,0,0,0,0,48,0,112,0,0,0,0,0,56,0,112,0,0,0,0,0,56,0,96,0,0,0,0,0,56,0,96,0,0,0,63,128,56,0,96,0,0,1,255,224,24,0,96,0,0,3,243,240,24,0,96,0,0,7,128,120,56,0,96,0,0,14,0,28,56,0,112,0,0,12,0,14,127,0,112,0,0,28,0,7,255,192,48,0,0,24,0,7,227,240,56,0,0,56,0,7,128,120,56,0,0,48,0,2,0,56,28,0,0,48,0,0,0,28,28,0,0,48,0,0,0,14,14,0,0,48,0,0,0,6,6,0,0,48,0,0,0,6,7,0,0,48,0,0,0,7,3,128,0,56,0,0,0,7,1,192,0,56,0,0,0,7,0,224,0,56,0,0,0,7,0,112,0,24,0,0,0,6,0,56,0,28,0,0,0,6,0,28,0,12,0,0,0,14,0,15,0,14,0,0,0,12,0,7,128,6,0,0,0,28,0,3,192,7,0,0,0,56,0,0,240,3,128,0,0,120,0,0,120,1,192,0,0,240,0,0,60,1,192,0,1,224,0,0,15,3,224,0,7,192,0,0,7,143,240,0,31,0,0,0,3,254,48,0,254,0,0,0,0,252,56,7,240,0,0,0,0,112,28,63,192,0,0,0,0,0,15,254,0,0,0,0,0,0,15,240,0,0,0,0,0,0,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,240,0,63,224,0,0,0,255,252,1,255,252,0,0,1,248,63,3,240,126,0,0,7,192,7,135,128,15,0,0,15,0,3,206,0,3,128,0,30,0,0,252,0,1,192,0,28,0,0,120,0,0,224,0,56,0,0,48,0,0,112,0,48,0,0,48,0,0,48,0,112,0,0,0,0,0,56,0,96,0,0,0,0,0,56,0,96,0,0,0,0,0,24,0,224,0,0,0,0,0,28,0,224,0,0,0,0,0,28,0,224,0,0,0,63,128,28,0,224,0,0,1,255,224,28,0,224,0,0,3,243,240,24,0,224,0,0,7,128,120,24,0,224,0,0,14,0,28,24,0,96,0,0,12,0,14,127,0,96,0,0,28,0,7,255,192,112,0,0,24,0,7,227,240,112,0,0,56,0,7,128,120,48,0,0,48,0,2,0,56,56,0,0,48,0,0,0,28,28,0,0,48,0,0,0,14,28,0,0,48,0,0,0,6,14,0,0,48,0,0,0,6,7,0,0,48,0,0,0,7,3,0,0,56,0,0,0,7,3,128,0,56,0,0,0,7,1,192,0,56,0,0,0,7,0,224,0,24,0,0,0,6,0,112,0,28,0,0,0,6,0,60,0,12,0,0,0,14,0,30,0,14,0,0,0,12,0,15,0,6,0,0,0,28,0,7,128,7,0,0,0,56,0,1,224,3,128,0,0,120,0,0,240,1,128,0,0,240,0,0,124,1,192,0,1,224,0,0,30,1,224,0,7,192,0,0,15,7,240,0,31,0,0,0,3,207,48,0,254,0,0,0,1,254,56,7,240,0,0,0,0,248,28,63,192,0,0,0,0,48,15,254,0,0,0,0,0,0,15,240,0,0,0,0,0,0,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,240,0,63,224,0,0,0,255,252,1,255,252,0,0,1,248,63,3,240,126,0,0,7,192,7,135,128,15,0,0,15,0,3,206,0,3,128,0,30,0,0,252,0,1,192,0,28,0,0,120,0,0,224,0,56,0,0,48,0,0,112,0,48,0,0,48,0,0,48,0,112,0,0,0,0,0,56,0,96,0,0,0,0,0,56,0,96,0,0,0,0,0,24,0,224,0,0,0,0,0,28,0,224,0,0,0,0,0,28,0,224,0,0,0,63,128,28,0,224,0,0,1,255,224,28,0,224,0,0,3,243,240,24,0,224,0,0,7,128,120,24,0,224,0,0,14,0,28,24,0,96,0,0,12,0,14,127,0,96,0,0,28,0,7,255,192,112,0,0,24,0,7,227,240,112,0,0,56,0,7,128,120,48,0,0,48,0,2,0,56,56,0,0,48,0,0,0,28,28,0,0,48,0,0,0,14,28,0,0,48,0,0,0,6,14,0,0,48,0,0,0,6,7,0,0,48,0,0,0,7,3,0,0,56,0,0,0,7,3,128,0,56,0,0,0,7,1,192,0,56,0,0,0,7,0,224,0,24,0,0,0,6,0,112,0,28,0,0,0,6,0,60,0,12,0,0,0,14,0,30,0,14,0,0,0,12,0,15,0,6,0,0,0,28,0,7,128,7,0,0,0,56,0,1,224,3,128,0,0,120,0,0,240,1,128,0,0,240,0,0,124,1,192,0,1,224,0,0,30,1,224,0,7,192,0,0,15,7,240,0,31,0,0,0,3,207,48,0,254,0,0,0,1,254,56,7,240,0,0,0,0,248,28,63,192,0,0,0,0,48,15,254,0,0,0,0,0,0,15,240,0,0,0,0,0,0,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,240,0,63,224,0,0,0,255,252,1,255,252,0,0,1,248,63,3,240,126,0,0,7,192,7,135,128,15,0,0,15,0,3,206,0,3,128,0,30,0,0,252,0,1,192,0,28,0,0,120,0,0,224,0,56,0,0,48,0,0,112,0,48,0,0,48,0,0,48,0,112,0,0,0,0,0,56,0,96,0,0,0,0,0,56,0,96,0,0,0,0,0,24,0,224,0,0,0,0,0,28,0,224,0,0,0,0,0,28,0,224,0,0,0,63,128,28,0,224,0,0,1,255,224,28,0,224,0,0,3,243,240,24,0,224,0,0,7,128,120,24,0,224,0,0,14,0,28,24,0,96,0,0,12,0,14,127,0,96,0,0,28,0,7,255,192,112,0,0,24,0,7,227,240,112,0,0,56,0,7,128,120,48,0,0,48,0,2,0,56,56,0,0,48,0,0,0,28,28,0,0,48,0,0,0,14,28,0,0,48,0,0,0,6,14,0,0,48,0,0,0,6,7,0,0,48,0,0,0,7,3,0,0,56,0,0,0,7,3,128,0,56,0,0,0,7,1,192,0,56,0,0,0,7,0,224,0,24,0,0,0,6,0,112,0,28,0,0,0,6,0,60,0,12,0,0,0,14,0,30,0,14,0,0,0,12,0,15,0,6,0,0,0,28,0,7,128,7,0,0,0,56,0,1,224,3,128,0,0,120,0,0,240,1,128,0,0,240,0,0,124,1,192,0,1,224,0,0,30,1,224,0,7,192,0,0,15,7,240,0,31,0,0,0,3,207,48,0,254,0,0,0,1,254,56,7,240,0,0,0,0,248,28,63,192,0,0,0,0,48,15,254,0,0,0,0,0,0,15,240,0,0,0,0,0,0,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,240,0,63,224,0,0,0,255,252,1,255,252,0,0,1,248,63,3,240,126,0,0,7,192,7,135,128,15,0,0,15,0,3,206,0,3,128,0,30,0,0,252,0,1,192,0,28,0,0,120,0,0,224,0,56,0,0,48,0,0,112,0,48,0,0,48,0,0,48,0,112,0,0,0,0,0,56,0,96,0,0,0,0,0,56,0,96,0,0,0,0,0,24,0,224,0,0,0,0,0,28,0,224,0,0,0,0,0,28,0,224,0,0,0,63,128,28,0,224,0,0,1,255,224,28,0,224,0,0,3,243,240,24,0,224,0,0,7,128,120,24,0,224,0,0,14,0,28,24,0,96,0,0,12,0,14,127,0,96,0,0,28,0,7,255,192,112,0,0,24,0,7,227,240,112,0,0,56,0,7,128,120,48,0,0,48,0,2,0,56,56,0,0,48,0,0,0,28,28,0,0,48,0,0,0,14,28,0,0,48,0,0,0,6,14,0,0,48,0,0,0,6,7,0,0,48,0,0,0,7,3,0,0,56,0,0,0,7,3,128,0,56,0,0,0,7,1,192,0,56,0,0,0,7,0,224,0,24,0,0,0,6,0,112,0,28,0,0,0,6,0,60,0,12,0,0,0,14,0,30,0,14,0,0,0,12,0,15,0,6,0,0,0,28,0,7,128,7,0,0,0,56,0,1,224,3,128,0,0,120,0,0,240,1,128,0,0,240,0,0,124,1,192,0,1,224,0,0,30,1,224,0,7,192,0,0,15,7,240,0,31,0,0,0,3,207,48,0,254,0,0,0,1,254,56,7,240,0,0,0,0,248,28,63,192,0,0,0,0,48,15,254,0,0,0,0,0,0,15,240,0,0,0,0,0,0,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,240,0,63,224,0,0,0,255,252,1,255,252,0,0,1,248,63,3,240,126,0,0,7,192,7,135,128,15,0,0,15,0,3,206,0,3,128,0,30,0,0,252,0,1,192,0,28,0,0,120,0,0,224,0,56,0,0,48,0,0,112,0,48,0,0,48,0,0,48,0,112,0,0,0,0,0,56,0,96,0,0,0,0,0,56,0,96,0,0,0,0,0,24,0,224,0,0,0,0,0,28,0,224,0,0,0,0,0,28,0,224,0,0,0,63,128,28,0,224,0,0,1,255,224,28,0,224,0,0,3,243,240,24,0,224,0,0,7,128,120,24,0,224,0,0,14,0,28,24,0,96,0,0,12,0,14,127,0,96,0,0,28,0,7,255,192,112,0,0,24,0,7,227,240,112,0,0,56,0,7,128,120,48,0,0,48,0,2,0,56,56,0,0,48,0,0,0,28,28,0,0,48,0,0,0,14,28,0,0,48,0,0,0,6,14,0,0,48,0,0,0,6,7,0,0,48,0,0,0,7,3,0,0,56,0,0,0,7,3,128,0,56,0,0,0,7,1,192,0,56,0,0,0,7,0,224,0,24,0,0,0,6,0,112,0,28,0,0,0,6,0,60,0,12,0,0,0,14,0,30,0,14,0,0,0,12,0,15,0,6,0,0,0,28,0,7,128,7,0,0,0,56,0,1,224,3,128,0,0,120,0,0,240,1,128,0,0,240,0,0,124,1,192,0,1,224,0,0,30,1,224,0,7,192,0,0,15,7,240,0,31,0,0,0,3,207,48,0,254,0,0,0,1,254,56,7,240,0,0,0,0,248,28,63,192,0,0,0,0,48,15,254,0,0,0,0,0,0,15,240,0,0,0,0,0,0,7,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}
};
void setup() {
display.begin(SSD1306_SWITCHCAPVCC, SCREEN_I2C_ADDR);
startUp();
delay(5000);
pinMode(buttonPin, INPUT_PULLUP);
randomSeed(analogRead(0));
pinMode(led, OUTPUT);
}
int frame = 0;
void loop() {
buttonState = digitalRead(buttonPin);
// Detect button press (on a falling edge or low state)
if (buttonState == LOW && lastButtonState == HIGH) {
buttonPressed = true;
buttonPressTime = millis(); // Store the time when the button is pressed
}
lastButtonState = buttonState;
if (buttonPressed) {
// Run your alternative code when the button is pressed
display.clearDisplay();
runAlternativeCode();
display.setTextSize(3);
display.setCursor(10,10);
display.setTextColor(WHITE);
randNumber = random(9);
digitalWrite(led, HIGH);
// Once the alternative code is done, go back to normal loop
if (millis() - buttonPressTime > 1000) { // Example: wait 1000ms after button press
buttonPressed = false;
}
} else {
// Regular loop code runs here
display.clearDisplay();
display.drawBitmap(32, 0, frames[frame], FRAME_WIDTH, FRAME_HEIGHT, 1);
display.display();
frame = (frame + 1) % FRAME_COUNT;
ledBlink();
}
}
void runAlternativeCode() {
if (randNumber == 1) {
String one = "your a comedy legend.";
oledDisplayCenter(one);
delay(2000);
String oneTwo = "you always know how to make me laugh!";
oledDisplayCenter(oneTwo);
delay(4000);
}
if (randNumber == 2) {
String two = "you are the kindess human on the earth!";
oledDisplayCenter(two);
delay(2000);
String twoOne = "most of the time ;)";
oledDisplayCenter(twoOne);
delay(50);
}
if (randNumber == 3) {
String three = "whatever is going on don't worry";
oledDisplayCenter(three);
delay(2000);
String threeOne = "i'll always be here for you";
oledDisplayCenter(threeOne);
delay(3000);
String threeTwo = "call me whenever for any reason 240-439-3555";
oledDisplayCenter(threeTwo);
delay(3000);
}
if (randNumber == 4) {
String five = "how are you so creative???";
oledDisplayCenter(five);
delay(2000);
String fiveOne = "honestly how do you do it? this is the only art I can do...";
oledDisplayCenter(fiveOne);
delay(1500);
display.fillCircle(32, 16, 3, WHITE);
display.fillCircle(94, 16, 3, WHITE);
display.drawLine(40, 32, 86, 32, WHITE);
display.display();
}
if (randNumber == 5) {
String seven = "how the flip are you so smart!!! omg!!!";
oledDisplayCenter(seven);
delay(2000);
String sevenOne = "microbiology whaaa???";
oledDisplayCenter(sevenOne);
delay(3000);
String sevenTwo = "you are fo sho gonna be makin the big bucks 1000%";
oledDisplayCenter(sevenTwo);
delay(3000);
}
if (randNumber == 6) {
String eight = "you have an ability to light up the room";
oledDisplayCenter(eight);
delay(2000);
String eightOne = "even when times are tough (jami campbell's classroom)";
oledDisplayCenter(eightOne);
delay(1500);
}
if (randNumber == 7) {
String nine = "im not sure what exactly i would do without you";
oledDisplayCenter(nine);
delay(2000);
String nineOne = "honestly like what would i do? homework???";
oledDisplayCenter(nineOne);
delay(1500);
}
if (randNumber == 8) {
String ten = "this spot represents all of the amazing things";
oledDisplayCenter(ten);
delay(2000);
String tenOne = "you have ahead of you.";
oledDisplayCenter(tenOne);
delay(1500);
}
String endDisplay = "-warn ❤️";
delay(5000);
}
void startUp() {
digitalWrite(led, HIGH);
display.clearDisplay();
display.setTextSize(1);
display.setCursor(10,10);
display.setTextColor(WHITE);
String text6 = "welcome hayhen!";
oledDisplayCenter(text6);
delay(3000);
String text = "someone told me";
oledDisplayCenter(text);
delay(2000);
String text2 = "you needed a lil..";
String text3 = "pick me up...";
oledDisplayCenter(text2);
delay(2000);
oledDisplayCenter(text3);
delay(2000);
String text4 = " soooo here are a couple reminders!!!! :)";
oledDisplayCenter(text4);
delay(3500);
String text5 = " just tap the heart!! -------->";
oledDisplayCenter(text5);
delay(2000);
}
void oledDisplayCenter(String text) {
int16_t x1;
int16_t y1;
uint16_t width;
uint16_t height;
display.getTextBounds(text, 0, 0, &x1, &y1, &width, &height);
// display on horizontal and vertical center
display.clearDisplay(); // clear display
display.setCursor((SCREEN_WIDTH - width) / 2, (SCREEN_HEIGHT - height) / 2);
display.println(text); // text to display
display.display();
}
void ledBlink() {
for (int brightness = 0; brightness <= steps; brightness++) {
analogWrite(led, brightness);
delay(delayTime);
}
// Fade down
for (int brightness = steps; brightness >= 0; brightness--) {
analogWrite(led, brightness);
delay(delayTime);
}
}