// DHT22: Combo temp and humidity sensor
// DS18B20: Temp sensor
// SSD1306: OLED Screen
// LED-BAR-GRAPH: Led bar graph
// Buzzer: Buzzer
// MPU6050: Accelerometer
// PinOut: https://www.raspberrypi.com/documentation/microcontrollers/images/picow-pinout.svg
// First I want to get the screen working: https://wokwi.com/projects/344894074741850707
// Something like a default animation: https://animator.wokwi.com/
// https://codepen.io/KjeldSchmidt/pen/KaRPzX
#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h>
#define SCREEN_I2C_ADDR 0x3D // 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: kawaii
// 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,0,0,0,0,0,0,0,0,63,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,31,128,1,248,0,48,28,0,63,192,3,252,0,56,28,0,99,192,2,30,0,56,28,0,65,224,6,30,0,24,24,0,65,224,6,30,0,24,24,0,99,224,6,30,0,24,24,0,119,224,7,62,0,24,24,0,126,64,3,242,0,24,24,0,126,64,3,242,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,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,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,31,128,1,248,0,48,28,0,55,192,3,60,0,56,28,0,99,192,2,30,0,56,28,0,65,224,6,30,0,24,24,0,65,224,6,30,0,24,24,0,99,224,6,30,0,24,24,0,127,224,7,254,0,24,24,0,126,64,3,230,0,24,24,0,126,64,3,230,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,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,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,31,128,1,248,0,48,28,0,35,192,3,60,0,56,28,0,65,192,2,30,0,56,28,0,65,224,4,14,0,24,24,0,65,224,6,30,0,24,24,0,99,224,7,62,0,24,24,0,127,224,7,254,0,24,24,0,124,192,3,230,0,24,24,0,124,192,3,230,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,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,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,31,128,1,248,0,48,28,0,35,192,2,60,0,56,28,0,65,192,2,30,0,56,28,0,65,224,4,30,0,24,24,0,99,224,6,30,0,24,24,0,119,224,7,62,0,24,24,0,126,224,7,254,0,24,24,0,124,64,3,230,0,24,24,0,126,192,3,230,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,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,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,23,128,1,248,0,48,28,0,35,192,2,28,0,56,28,0,65,192,2,30,0,56,28,0,65,224,6,30,0,24,24,0,99,224,6,30,0,24,24,0,119,224,7,254,0,24,24,0,126,96,7,230,0,24,24,0,126,64,3,230,0,24,24,0,126,192,3,246,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,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,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,31,128,1,248,0,48,28,0,35,192,2,28,0,56,28,0,65,192,2,30,0,56,28,0,65,224,4,30,0,24,24,0,99,224,6,30,0,24,24,0,119,224,7,62,0,24,24,0,126,96,7,226,0,24,24,0,126,64,3,226,0,24,24,0,127,192,3,254,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,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,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,31,128,1,248,0,48,28,0,35,192,3,60,0,56,28,0,65,192,2,30,0,56,28,0,65,224,4,14,0,24,24,0,65,224,6,30,0,24,24,0,99,224,7,62,0,24,24,0,126,96,7,242,0,24,24,0,126,64,3,242,0,24,24,0,127,192,3,254,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,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,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,31,128,1,248,0,48,28,0,55,192,3,60,0,56,28,0,67,192,2,30,0,56,28,0,65,224,4,30,0,24,24,0,65,224,6,30,0,24,24,0,99,224,7,62,0,24,24,0,126,96,7,242,0,24,24,0,126,64,3,242,0,24,24,0,127,192,3,254,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,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,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,31,128,1,248,0,48,28,0,55,192,3,252,0,56,28,0,99,192,2,30,0,56,28,0,65,224,6,30,0,24,24,0,65,224,6,30,0,24,24,0,99,224,6,30,0,24,24,0,127,96,7,246,0,24,24,0,126,0,3,242,0,24,24,0,127,64,3,246,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,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,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,31,128,1,248,0,48,28,0,63,192,3,252,0,56,28,0,99,192,2,30,0,56,28,0,65,224,6,30,0,24,24,0,65,224,6,30,0,24,24,0,99,224,6,30,0,24,24,0,119,224,7,62,0,24,24,0,126,64,3,242,0,24,24,0,126,64,3,242,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,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,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,31,128,1,248,0,48,28,0,55,192,3,60,0,56,28,0,99,192,2,30,0,56,28,0,65,224,6,30,0,24,24,0,65,224,6,30,0,24,24,0,99,224,6,30,0,24,24,0,127,224,7,254,0,24,24,0,126,64,3,230,0,24,24,0,126,64,3,230,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,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,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,31,128,1,248,0,48,28,0,35,192,3,60,0,56,28,0,65,192,2,30,0,56,28,0,65,224,4,14,0,24,24,0,65,224,6,30,0,24,24,0,99,224,7,62,0,24,24,0,127,224,7,254,0,24,24,0,124,192,3,230,0,24,24,0,124,192,3,230,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,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,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,31,128,1,248,0,48,28,0,35,192,2,60,0,56,28,0,65,192,2,30,0,56,28,0,65,224,4,30,0,24,24,0,99,224,6,30,0,24,24,0,119,224,7,62,0,24,24,0,126,224,7,254,0,24,24,0,124,64,3,230,0,24,24,0,126,192,3,230,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,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,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,23,128,1,248,0,48,28,0,35,192,2,28,0,56,28,0,65,192,2,30,0,56,28,0,65,224,6,30,0,24,24,0,99,224,6,30,0,24,24,0,119,224,7,254,0,24,24,0,126,96,7,230,0,24,24,0,126,64,3,230,0,24,24,0,126,192,3,246,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,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,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,31,128,1,248,0,48,28,0,35,192,2,28,0,56,28,0,65,192,2,30,0,56,28,0,65,224,4,30,0,24,24,0,99,224,6,30,0,24,24,0,119,224,7,62,0,24,24,0,126,96,7,226,0,24,24,0,126,64,3,226,0,24,24,0,127,192,3,254,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,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,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,31,128,1,248,0,48,28,0,35,192,3,60,0,56,28,0,65,192,2,30,0,56,28,0,65,224,4,14,0,24,24,0,65,224,6,30,0,24,24,0,99,224,7,62,0,24,24,0,126,96,7,242,0,24,24,0,126,64,3,242,0,24,24,0,127,192,3,254,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,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,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,31,128,1,248,0,48,28,0,55,192,3,60,0,56,28,0,67,192,2,30,0,56,28,0,65,224,4,30,0,24,24,0,65,224,6,30,0,24,24,0,99,224,7,62,0,24,24,0,126,96,7,242,0,24,24,0,126,64,3,242,0,24,24,0,127,192,3,254,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,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,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,31,128,1,248,0,48,28,0,55,192,3,252,0,56,28,0,99,192,2,30,0,56,28,0,65,224,6,30,0,24,24,0,65,224,6,30,0,24,24,0,99,224,6,30,0,24,24,0,127,96,7,246,0,24,24,0,126,0,3,242,0,24,24,0,127,64,3,246,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,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,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,31,128,1,248,0,48,28,0,63,192,3,252,0,56,28,0,99,192,2,30,0,56,28,0,65,224,6,30,0,24,24,0,65,224,6,30,0,24,24,0,99,224,6,30,0,24,24,0,119,224,7,62,0,24,24,0,126,64,3,242,0,24,24,0,126,64,3,242,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,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,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,31,128,1,248,0,48,28,0,55,192,3,252,0,56,28,0,99,192,2,30,0,56,28,0,65,224,6,30,0,24,24,0,65,224,6,30,0,24,24,0,99,224,6,30,0,24,24,0,127,224,7,254,0,24,24,0,126,64,3,226,0,24,24,0,126,64,3,226,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,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,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,31,128,1,248,0,48,28,0,55,192,3,60,0,56,28,0,67,192,2,30,0,56,28,0,65,224,4,30,0,24,24,0,65,224,6,30,0,24,24,0,99,224,7,62,0,24,24,0,127,224,7,254,0,24,24,0,126,64,3,230,0,24,24,0,126,64,3,230,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,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,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,31,128,1,248,0,48,28,0,35,192,3,60,0,56,28,0,65,192,2,30,0,56,28,0,65,224,4,14,0,24,24,0,65,224,6,30,0,24,24,0,99,224,7,62,0,24,24,0,127,224,7,254,0,24,24,0,124,192,3,230,0,24,24,0,124,192,3,230,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,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,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,31,128,1,248,0,48,28,0,35,192,2,28,0,56,28,0,65,192,2,30,0,56,28,0,65,224,4,30,0,24,24,0,99,224,6,30,0,24,24,0,119,224,7,62,0,24,24,0,126,224,7,254,0,24,24,0,124,64,3,230,0,24,24,0,126,192,3,230,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,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,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,23,128,1,248,0,48,28,0,35,192,2,28,0,56,28,0,65,192,2,30,0,56,28,0,65,224,6,30,0,24,24,0,99,224,6,30,0,24,24,0,119,224,7,254,0,24,24,0,126,96,7,230,0,24,24,0,126,64,3,230,0,24,24,0,126,192,3,246,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,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,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,31,128,1,248,0,48,28,0,35,192,2,28,0,56,28,0,65,192,2,30,0,56,28,0,65,224,4,30,0,24,24,0,99,224,6,30,0,24,24,0,119,224,7,62,0,24,24,0,126,96,7,226,0,24,24,0,126,64,3,226,0,24,24,0,127,192,3,254,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,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,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,31,128,1,248,0,48,28,0,35,192,3,60,0,56,28,0,65,192,2,30,0,56,28,0,65,224,4,14,0,24,24,0,65,224,6,30,0,24,24,0,99,224,7,62,0,24,24,0,126,96,7,242,0,24,24,0,126,64,3,242,0,24,24,0,127,192,3,254,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,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,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,31,128,1,248,0,48,28,0,55,192,3,60,0,56,28,0,67,192,2,30,0,56,28,0,65,224,4,30,0,24,24,0,65,224,6,30,0,24,24,0,99,224,7,62,0,24,24,0,126,96,7,242,0,24,24,0,126,64,3,242,0,24,24,0,127,192,3,254,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
{0,0,0,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,252,0,0,0,0,0,3,255,255,192,0,0,0,0,15,224,3,240,0,0,0,0,62,0,0,124,0,0,0,0,248,0,0,31,0,0,0,1,224,0,0,7,128,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,56,0,0,0,0,28,0,0,112,0,0,0,0,14,0,0,112,0,0,0,0,14,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,14,0,0,112,0,112,12,0,31,128,1,248,0,48,28,0,55,192,3,252,0,56,28,0,99,192,2,30,0,56,28,0,65,224,6,30,0,24,24,0,65,224,6,30,0,24,24,0,99,224,6,30,0,24,24,0,127,96,7,246,0,24,24,0,126,0,3,242,0,24,24,0,127,64,3,246,0,24,24,0,63,192,3,252,0,24,24,0,31,128,1,248,0,24,24,0,6,0,0,96,0,24,24,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,0,112,6,0,0,0,0,0,0,96,7,0,0,48,12,0,0,224,3,0,0,56,28,0,0,224,3,128,0,60,60,0,1,192,1,128,0,31,248,0,1,128,1,192,0,7,224,0,3,128,0,224,0,0,0,0,7,0,0,112,0,0,0,0,14,0,0,120,0,0,0,0,14,0,0,56,0,0,0,0,28,0,0,30,0,0,0,0,120,0,0,15,0,0,0,0,240,0,0,3,128,0,0,1,224,0,0,1,224,0,0,7,128,0,0,0,248,0,0,31,0,0,0,0,62,0,0,124,0,0,0,0,15,192,7,240,0,0,0,0,3,255,255,192,0,0,0,0,0,63,252,0,0,0,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);
}
int frame = 0;
void loop() {
display.clearDisplay();
display.drawBitmap(32, 0, frames[frame], FRAME_WIDTH, FRAME_HEIGHT, 1);
display.display();
frame = (frame + 1) % FRAME_COUNT;
delay(FRAME_DELAY);
}
Loading
pi-pico-w
pi-pico-w
Loading
ds18b20
ds18b20