#include <ss_oled.h>
//
// The animation data here was created by a dedicated application I wrote that's part of my
// oled_animator repo (https://github.com/bitbank2/oled_animator
// It takes animated GIF files as input and creates my custom compressed data as output
//
// Define these pins to be -1,-1 if you're using the default hardware I2C interface
// For bit bang I2C, define them to the port number and bit of the pins you choose (on AVR)
// or just the pin numbers on other MCUs
// My demo was run on an Arduino Pro Mini (ATmega328) with SDA connected to D8 and SCL to D9
// These translate to PORT B, bit 0 (0xB0) and PORT B, bit 1 (0xB1)
//#define SDA_PIN 0xb0
//#define SCL_PIN 0xb1
// These pin numbers are for the M5Stack Atom
#define SDA_PIN 5
#define SCL_PIN 6
// Set this to -1 to disable or the GPIO pin number connected to the reset
// line of your display if it requires an external reset
#define RESET_PIN -1
// let ss_oled figure out the display address
#define OLED_ADDR -1
// don't rotate the display
#define FLIP180 0
// don't invert the display
#define INVERT 0
// Bit-Bang the I2C bus
// Set this to 1 to use the wire library
#define USE_HW_I2C 0
// Most people have the 0.96" 128x64 SSD1306 OLED display
// Leave this line alone if you do.
// For the Pimoroni 128x128, comment out this line (or delete it)
#define OLED128x64 1
// 128x64 animation sequence
#ifdef OLED128x64
#define OLED_TYPE OLED_128x64
const byte bAnimation[] PROGMEM = {
0x8f,0x00,0x40,0x10,0x1c,0x36,0x22,0x22,0xe2,0xc2,0x00,0x00,0xff,0xff,0xe0,0xb0,
0x18,0x08,0x00,0xe0,0xf0,0x82,0x48,0x70,0x70,0x60,0x08,0x08,0xfe,0xfe,0x82,0x08,
0x60,0x00,0x00,0xf0,0x38,0x83,0x08,0x78,0x00,0x00,0xff,0x18,0x08,0x18,0xf8,0x89,
0x00,0x40,0x13,0xf8,0xf8,0x00,0x00,0xf8,0xf8,0x00,0x00,0x30,0x68,0x48,0xc8,0x88,
0x00,0x00,0xe0,0xf8,0x48,0x48,0x58,0xb5,0x00,0x83,0x02,0x40,0x0c,0x03,0x01,0x00,
0x00,0x03,0x03,0x00,0x01,0x03,0x02,0x00,0x00,0x01,0x83,0x02,0x82,0x00,0x50,0x01,
0x03,0x82,0x02,0x60,0x00,0x00,0x01,0x03,0x83,0x02,0x58,0x00,0x00,0x03,0x82,0x00,
0x48,0x03,0x89,0x00,0x40,0x07,0x01,0x03,0x02,0x02,0x03,0x03,0x00,0x00,0x83,0x02,
0x68,0x01,0x00,0x00,0x01,0x03,0x82,0x02,0xb4,0x00,0x58,0x80,0xe0,0x30,0x82,0x10,
0x78,0x30,0x00,0x00,0x08,0x08,0xf8,0xf8,0x83,0x00,0x48,0xc0,0x82,0x40,0x40,0x0b,
0xc0,0x00,0x00,0xf8,0xc8,0x40,0x40,0xc0,0x80,0x00,0x00,0x80,0x82,0x40,0x78,0xc0,
0x80,0x00,0x00,0x08,0x08,0xf8,0x8b,0x00,0x40,0x08,0xc0,0x80,0x00,0x00,0x80,0xc0,
0x00,0x00,0x80,0x82,0x40,0x48,0xc0,0x82,0x00,0x60,0xc0,0x80,0x40,0x40,0xb4,0x00,
0x40,0x11,0x03,0x0f,0x18,0x10,0x11,0x11,0x1f,0x00,0x00,0x10,0x10,0x1f,0x1f,0x10,
0x10,0x00,0x0f,0x1d,0x82,0x10,0x60,0x0f,0x07,0x00,0x1f,0x82,0x10,0x68,0x1c,0x0f,
0x00,0x00,0x1c,0x82,0x12,0x40,0x08,0x1f,0x1f,0x00,0x00,0x10,0x10,0x1f,0x10,0x10,
0x89,0x00,0x40,0x0c,0x01,0x0f,0x1c,0x1c,0x07,0x00,0x00,0x0c,0x1e,0x12,0x12,0x1a,
0x1f,0x82,0x00,0x48,0x1f,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xa8,0x00,0x00,
0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,
0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,
0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,
0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,
0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,
0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,
0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,
0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,
0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x09,0x40,0x10,0x43,0x46,0x44,0x44,0x7c,
0x38,0x00,0x00,0x7f,0x7f,0x1c,0x36,0x63,0x41,0x00,0x1c,0x3e,0x82,0x49,0x70,0x4e,
0x0c,0x01,0x01,0x3f,0x7f,0x82,0x41,0x60,0x00,0x00,0x3e,0x63,0x83,0x41,0x78,0x00,
0x00,0x7f,0x03,0x01,0x01,0x7f,0x0d,0x00,0x00,0x00,0x00,0x00,0x20,0x40,0x0c,0x3f,
0x7f,0x40,0x40,0x7f,0x7f,0x00,0x00,0x46,0x4d,0x49,0x59,0x31,0x08,0x40,0x0b,0x00,
0x3c,0x7f,0x49,0x49,0x4b,0x4e,0x00,0x00,0x46,0x4f,0x49,0x00,0x35,0x72,0x00,0x00,
0x00,0x00,0x00,0x00,0x51,0x00,0x00,0x5a,0x00,0x00,0x00,0x6b,0x00,0x00,0x00,0x00,
0x00,0x6a,0x00,0x00,0x00,0x00,0x00,0x72,0x00,0x00,0x00,0x00,0x00,0x00,0x4b,0x00,
0x48,0x00,0x00,0x09,0x72,0x00,0x00,0x00,0x00,0x00,0x00,0x6a,0x00,0x00,0x00,0x00,
0x00,0x68,0x00,0x00,0x00,0x00,0x00,0x00,0x2e,0x40,0x0c,0x70,0xfc,0x06,0x02,0x22,
0x62,0xe4,0x00,0x00,0x01,0x01,0xff,0xff,0x12,0x00,0xe0,0x08,0x82,0x08,0x40,0x16,
0xf8,0xe0,0x00,0xff,0x3c,0x08,0x08,0x18,0xf0,0x00,0x00,0x90,0xc8,0x48,0x48,0xf8,
0xf0,0x00,0x00,0x01,0x01,0xff,0x00,0x13,0x00,0x00,0x00,0x37,0x38,0xf0,0x80,0x80,
0xf0,0x18,0x00,0x0d,0xd0,0x48,0x48,0x48,0xf8,0x08,0x40,0x0b,0x00,0x00,0xf8,0x10,
0x08,0x08,0x38,0x20,0x00,0x08,0x08,0xfb,0x00,0x2f,0x69,0x01,0x03,0x02,0x02,0x02,
0x40,0x0a,0x00,0x00,0x02,0x02,0x03,0x03,0x02,0x02,0x00,0x01,0x03,0x82,0x02,0x40,
0x0b,0x01,0x00,0x00,0x03,0x03,0x02,0x02,0x03,0x01,0x00,0x00,0x03,0x82,0x02,0x40,
0x08,0x03,0x03,0x00,0x00,0x02,0x02,0x03,0x02,0x02,0x0d,0x00,0x00,0x00,0x00,0x00,
0x2b,0x01,0x03,0x03,0x10,0x78,0x00,0x01,0x03,0x02,0x02,0x03,0x03,0x82,0x00,0x58,
0x03,0x00,0x00,0x1c,0x00,0x02,0x02,0x03,0x00,0xff,0x00,0xff,0x00,0x25,0x00,0x08,
0x79,0x21,0x23,0x22,0x22,0x3e,0x1c,0x00,0x40,0x10,0x3f,0x0f,0x0e,0x1b,0x31,0x20,
0x00,0x0e,0x1f,0x24,0x24,0x25,0x27,0x06,0x00,0x00,0x1f,0x0c,0x20,0x20,0x20,0x00,
0x0f,0x1f,0x33,0x20,0x20,0x20,0x20,0x00,0x0e,0x3f,0x01,0x00,0x00,0x3f,0x00,0x00,
0x08,0x79,0x1f,0x30,0x20,0x20,0x3f,0x3f,0x00,0x71,0x23,0x26,0x24,0x2c,0x18,0x00,
0x79,0x1e,0x3f,0x24,0x24,0x25,0x27,0x00,0x60,0x23,0x27,0x24,0x24,0x00,0x36,0x60,
0x80,0x80,0x80,0x80,0x00,0x0a,0x50,0x80,0x80,0x00,0x0d,0x58,0x80,0x80,0x80,0x00,
0x24,0x50,0x80,0x80,0x00,0x2d,0x40,0x07,0x38,0xfe,0x83,0x01,0x11,0x11,0xf2,0x00,
0x12,0x00,0xff,0x09,0x00,0x10,0x40,0x08,0xf0,0xfc,0x04,0x04,0x84,0xfc,0x70,0x00,
0xff,0x0d,0x04,0x04,0x8c,0xf8,0x00,0x0d,0xc8,0x64,0x24,0x24,0xfc,0x09,0x00,0x13,
0x00,0xff,0x00,0x00,0x09,0x40,0x0e,0x04,0x1c,0xf8,0xc0,0xc0,0x78,0x0c,0x00,0xc0,
0xec,0x24,0x24,0xa4,0xfc,0x00,0x10,0x40,0x0a,0xfc,0x08,0x04,0x04,0x1c,0x10,0x00,
0x04,0x04,0xfd,0xfd,0x00,0x30,0x69,0x01,0x01,0x01,0x01,0x00,0x7a,0x01,0x01,0x01,
0x01,0x01,0x01,0x00,0x69,0x01,0x01,0x01,0x00,0x00,0x79,0x01,0x01,0x01,0x01,0x01,
0x00,0x00,0x79,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x70,0x01,0x01,0x01,0x01,0x01,
0x00,0x00,0x0b,0x54,0x01,0x00,0x6a,0x01,0x01,0x01,0x01,0x00,0x55,0x01,0x00,0x60,
0x01,0x01,0x01,0x01,0x00,0xff,0x00,0xff,0x00,0x25,0x38,0x40,0x1b,0x21,0x23,0x23,
0x22,0x3e,0x1c,0x00,0x00,0x3f,0x3f,0x0e,0x1b,0x31,0x20,0x00,0x0e,0x1f,0x24,0x24,
0x25,0x27,0x06,0x00,0x00,0x1f,0x3f,0x20,0x20,0x0e,0x00,0x00,0x1f,0x33,0x20,0x20,
0x17,0x00,0x00,0x3f,0x01,0x00,0x00,0x3f,0x09,0x00,0x00,0x07,0x40,0x1c,0x1f,0x3f,
0x20,0x20,0x3f,0x3f,0x00,0x00,0x23,0x26,0x24,0x2c,0x18,0x00,0x00,0x1e,0x3f,0x24,
0x24,0x25,0x27,0x00,0x00,0x23,0x27,0x24,0x24,0x3c,0x18,0x00,0x34,0x52,0x80,0x80,
0x50,0x00,0x00,0x00,0x08,0x60,0x80,0x80,0x00,0x00,0x00,0x0b,0x51,0x80,0x80,0x50,
0x00,0x00,0x00,0x22,0x60,0x80,0x80,0x00,0x00,0x00,0x2b,0x40,0x08,0x38,0xfe,0x83,
0x01,0x11,0x11,0xf2,0x00,0x00,0x14,0xff,0xff,0x00,0x00,0x0c,0xf0,0xfc,0x04,0x04,
0x08,0x40,0x12,0xfc,0x70,0x00,0xff,0xff,0x04,0x04,0x8c,0xf8,0x00,0x00,0xc8,0x64,
0x24,0x24,0xfc,0xf8,0x00,0x00,0x11,0xff,0x09,0x00,0x00,0x08,0x40,0x0f,0x04,0x1c,
0xf8,0xc0,0xc0,0x78,0x0c,0x00,0xc0,0xec,0x24,0x24,0xa4,0xfc,0x00,0x00,0x08,0x40,
0x0c,0xfc,0x08,0x04,0x04,0x1c,0x10,0x00,0x04,0x04,0xfd,0xfd,0x00,0x00,0x00,0x2d,
0x53,0x01,0x01,0x64,0x00,0x00,0x01,0x01,0x62,0x00,0x00,0x01,0x01,0x51,0x00,0x00,
0x53,0x01,0x01,0x51,0x00,0x00,0x54,0x01,0x01,0x63,0x00,0x00,0x01,0x01,0x50,0x00,
0x00,0x00,0x09,0x62,0x01,0x01,0x00,0x00,0x53,0x01,0x01,0x51,0x00,0x00,0x49,0x01,
0x4c,0x00,0x50,0x01,0x01,0x00,0xff,0x00,0xff,0x00,0x29,0x28,0x40,0x12,0x21,0x23,
0x22,0x22,0x3e,0x1c,0x00,0x00,0x3f,0x0f,0x0e,0x1b,0x31,0x20,0x00,0x0e,0x1f,0x24,
0x24,0x08,0x40,0x07,0x27,0x06,0x00,0x00,0x1f,0x3f,0x20,0x20,0x0e,0x00,0x00,0x1f,
0x33,0x20,0x20,0x17,0x00,0x00,0x3f,0x01,0x00,0x00,0x3f,0x09,0x00,0x00,0x07,0x40,
0x1e,0x1f,0x30,0x20,0x20,0x3f,0x3f,0x00,0x00,0x23,0x26,0x24,0x2c,0x18,0x00,0x00,
0x1e,0x3f,0x24,0x24,0x25,0x27,0x00,0x00,0x23,0x27,0x24,0x24,0x3c,0x18,0x00,0x00,
0x00,0x32,0x52,0x80,0x80,0x50,0x00,0x00,0x00,0x08,0x60,0x80,0x80,0x00,0x00,0x00,
0x0b,0x51,0x80,0x80,0x50,0x00,0x00,0x00,0x22,0x60,0x80,0x80,0x00,0x00,0x00,0x2b,
0x40,0x08,0x78,0xfe,0x83,0x01,0x11,0x11,0xf2,0x00,0x00,0x14,0xff,0xff,0x00,0x00,
0x08,0x40,0x17,0xf0,0xfc,0x04,0x04,0x84,0xfc,0x70,0x00,0xff,0xff,0x04,0x04,0x9c,
0xf8,0x00,0x00,0xc8,0x64,0x24,0x24,0xfc,0xf8,0x00,0x00,0x11,0xff,0x09,0x00,0x00,
0x08,0x40,0x0f,0x04,0x1c,0xf8,0xc0,0xc0,0x78,0x0c,0x00,0xc0,0xec,0x24,0x24,0xa4,
0xfc,0x00,0x00,0x08,0x40,0x0c,0xfc,0x08,0x04,0x04,0x1c,0x10,0x00,0x04,0x04,0xfd,
0xfd,0x00,0x00,0x00,0x2d,0x53,0x01,0x01,0x64,0x00,0x00,0x01,0x01,0x62,0x00,0x00,
0x01,0x01,0x51,0x00,0x00,0x53,0x01,0x01,0x51,0x00,0x00,0x54,0x01,0x01,0x63,0x00,
0x00,0x01,0x01,0x50,0x00,0x00,0x00,0x09,0x62,0x01,0x01,0x00,0x00,0x53,0x01,0x01,
0x51,0x00,0x00,0x49,0x01,0x4c,0x00,0x54,0x01,0x01,0x50,0x00,0x00,0x00,0xff,0x00,
0xff,0x00,0x25,0x2e,0x43,0x46,0x44,0x44,0x7c,0x38,0x16,0x7f,0x4c,0x1c,0x36,0x63,
0x41,0x08,0x50,0x1c,0x3e,0x82,0x49,0x70,0x4e,0x00,0x01,0x01,0x3f,0x7f,0x82,0x41,
0x16,0x3e,0x67,0x41,0x41,0x41,0x41,0x15,0x7f,0x03,0x01,0x01,0x7f,0x00,0x09,0x72,
0x3f,0x70,0x40,0x40,0x7f,0x7f,0x6a,0x47,0x4d,0x49,0x59,0x31,0x72,0x3c,0x7f,0x49,
0x49,0x4b,0x4e,0x70,0x46,0x4f,0x49,0x49,0x79,0x30,0x00,0x34,0x60,0x00,0x00,0x00,
0x00,0x00,0x0a,0x50,0x00,0x00,0x00,0x0d,0x58,0x00,0x00,0x00,0x00,0x24,0x50,0x00,
0x00,0x00,0x2d,0x7a,0x70,0xfc,0x06,0x02,0x22,0x22,0xe4,0x55,0x01,0x01,0x7b,0xe0,
0xf8,0x08,0x08,0x08,0xf8,0xe0,0x62,0x08,0x08,0x18,0xf0,0x72,0x90,0xc8,0x48,0x48,
0xf8,0xf0,0x50,0x01,0x01,0x00,0x0b,0x79,0x00,0x38,0xf0,0x80,0x80,0xf0,0x18,0x73,
0x80,0xd0,0x48,0x48,0x58,0xf8,0x71,0xf8,0x10,0x08,0x08,0x38,0x00,0x60,0x08,0x08,
0xfb,0xfb,0x00,0x2e,0x72,0x01,0x03,0x02,0x02,0x02,0x03,0x71,0x02,0x02,0x03,0x03,
0x02,0x02,0x72,0x01,0x03,0x02,0x02,0x02,0x01,0x72,0x03,0x03,0x02,0x02,0x03,0x01,
0x72,0x03,0x02,0x02,0x02,0x03,0x03,0x68,0x02,0x02,0x03,0x02,0x02,0x00,0x0a,0x5b,
0x01,0x03,0x03,0x73,0x01,0x03,0x02,0x02,0x03,0x03,0x4e,0x03,0x70,0x02,0x02,0x03,
0x03,0x02,0x02,0x00,0xff,0x00,0xff,0x00,0x27,0x2e,0x1c,0x36,0x22,0x22,0xe2,0xc2,
0x16,0xff,0xf0,0xe0,0xb0,0x18,0x08,0x08,0x50,0xe0,0xf0,0x82,0x48,0x70,0x70,0x60,
0x08,0x08,0xfe,0xfe,0x82,0x08,0x16,0xf0,0x38,0x08,0x08,0x08,0x08,0x15,0xff,0x18,
0x08,0x08,0xf8,0x00,0x09,0x72,0xf8,0x08,0x00,0x00,0xf8,0xf8,0x6a,0x30,0x68,0x48,
0xc8,0x88,0x72,0xe0,0xf8,0x48,0x48,0x58,0x70,0x70,0x30,0x78,0x48,0x48,0xc8,0x80,
0x00,0x2c,0x72,0x02,0x02,0x02,0x02,0x03,0x01,0x4a,0x03,0x5a,0x01,0x03,0x02,0x6b,
0x01,0x02,0x02,0x02,0x02,0x6a,0x01,0x03,0x02,0x02,0x02,0x72,0x01,0x03,0x02,0x02,
0x02,0x02,0x4b,0x03,0x48,0x03,0x00,0x09,0x72,0x01,0x03,0x02,0x02,0x03,0x03,0x6a,
0x02,0x02,0x02,0x02,0x01,0x72,0x01,0x03,0x02,0x02,0x02,0x02,0x70,0x02,0x02,0x02,
0x02,0x03,0x01,0x00,0x2b,0x7a,0x80,0xe0,0x30,0x10,0x10,0x10,0x20,0x63,0x08,0x08,
0xf8,0xf8,0x79,0x00,0xc0,0x40,0x40,0x40,0xc0,0x00,0x72,0xf8,0xf8,0x40,0x40,0xc0,
0x80,0x72,0x80,0x40,0x40,0x40,0xc0,0x80,0x58,0x08,0x08,0xf8,0x00,0x0a,0x79,0x40,
0xc0,0x80,0x00,0x00,0x80,0xc0,0x73,0x00,0x80,0x40,0x40,0x40,0xc0,0x6a,0xc0,0x80,
0x40,0x40,0xc0,0x60,0x40,0x40,0xd8,0xd8,0x00,0x2d,0x7a,0x07,0x0f,0x18,0x10,0x11,
0x11,0x1f,0x71,0x10,0x10,0x1f,0x1f,0x10,0x10,0x79,0x0f,0x1f,0x10,0x10,0x10,0x0f,
0x07,0x72,0x1f,0x1f,0x10,0x10,0x19,0x0f,0x72,0x1c,0x16,0x12,0x12,0x1f,0x1f,0x68,
0x10,0x10,0x1f,0x10,0x10,0x00,0x09,0x6a,0x01,0x0f,0x1c,0x1c,0x07,0x73,0x0c,0x1e,
0x12,0x12,0x1a,0x1f,0x4b,0x1f,0x51,0x01,0x01,0x70,0x10,0x10,0x1f,0x1f,0x10,0x10,
0x00,0xff,0x00,0xff,0x00,0x27,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,
0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,
0x00,0xff,0x00,0xff,0x00,0xff,0x2b,0x00,0x1c,0x36,0x0b,0x22,0xe2,0xc2,0x08,0x40,
0x09,0x00,0xff,0xff,0xe0,0xb0,0x18,0x08,0x00,0xe0,0xf0,0x13,0x48,0x70,0x60,0x09,
0x08,0x09,0xfe,0x11,0x08,0x0b,0x00,0xf0,0x38,0x19,0x08,0x0b,0x00,0xff,0x18,0x0a,
0x18,0xf8,0x00,0x08,0x59,0x00,0xf8,0xf8,0x49,0x00,0x49,0xf8,0x71,0x00,0x30,0x68,
0x48,0xc8,0x88,0x59,0x00,0xe0,0xf8,0x59,0x48,0x58,0x70,0x59,0x00,0x30,0x78,0x58,
0x48,0xc8,0x80,0x00,0x2b,0x4b,0x00,0x59,0x02,0x03,0x01,0x79,0x00,0x03,0x03,0x00,
0x01,0x03,0x02,0x53,0x00,0x01,0x4a,0x02,0x5a,0x00,0x01,0x03,0x49,0x02,0x5b,0x00,
0x01,0x03,0x49,0x02,0x52,0x00,0x03,0x50,0x00,0x03,0x00,0x08,0x59,0x00,0x01,0x03,
0x49,0x02,0x49,0x03,0x4b,0x00,0x51,0x02,0x01,0x5b,0x00,0x01,0x03,0x49,0x02,0x4b,
0x00,0x58,0x02,0x03,0x01,0x00,0x2a,0x62,0x00,0x80,0xe0,0x30,0x51,0x10,0x20,0x49,
0x00,0x49,0x08,0x4b,0xf8,0x52,0x00,0xc0,0x51,0x40,0xc0,0x49,0x00,0x49,0xf8,0x59,
0x40,0xc0,0x80,0x52,0x00,0x80,0x59,0x40,0xc0,0x80,0x49,0x00,0x50,0x08,0xf8,0x00,
0x09,0x61,0x00,0x40,0xc0,0x80,0x59,0x00,0x80,0xc0,0x52,0x00,0x80,0x52,0x40,0xc0,
0x59,0x00,0xc0,0x80,0x51,0x40,0xc0,0x49,0x00,0x49,0x40,0x48,0xd8,0x00,0x2c,0x69,
0x00,0x03,0x0f,0x18,0x10,0x51,0x11,0x1f,0x49,0x00,0x49,0x10,0x49,0x1f,0x62,0x10,
0x00,0x0f,0x1f,0x61,0x10,0x0f,0x07,0x00,0x49,0x1f,0x59,0x10,0x1c,0x0f,0x59,0x00,
0x1c,0x16,0x49,0x12,0x49,0x1f,0x49,0x00,0x51,0x10,0x1f,0x48,0x10,0x00,0x08,0x59,
0x00,0x01,0x0f,0x51,0x1c,0x07,0x59,0x00,0x0c,0x1e,0x5a,0x12,0x1a,0x1f,0x52,0x00,
0x1f,0x49,0x00,0x51,0x01,0x00,0x49,0x10,0x49,0x1f,0x48,0x10,0x00,0xff,0x00,0xff,
0x00,0x26,0x30,0x82,0x00,0x40,0x10,0x0e,0x1b,0x11,0x11,0xf1,0xe1,0x00,0x00,0xff,
0x30,0x70,0xd8,0x8c,0x04,0x00,0x70,0xf8,0x82,0x24,0x70,0x38,0x00,0x04,0x04,0xff,
0xff,0x82,0x04,0x60,0x00,0x00,0xf8,0x9c,0x83,0x04,0x78,0x00,0x00,0xff,0x0c,0x04,
0x04,0xfc,0x3a,0x00,0x00,0x0b,0xfc,0xc0,0x00,0x08,0x40,0x16,0xfc,0xfc,0x00,0x00,
0x1c,0x34,0x24,0x64,0xc4,0x00,0x00,0xf0,0xfc,0x24,0x24,0x2c,0x38,0x00,0x00,0x18,
0x3c,0x24,0x24,0x00,0x2b,0x69,0x00,0x00,0x00,0x01,0x01,0x62,0x01,0x01,0x00,0x00,
0x51,0x01,0x00,0x49,0x01,0x82,0x00,0x83,0x01,0x83,0x00,0x82,0x01,0x08,0x82,0x00,
0x84,0x01,0x12,0x01,0x00,0x11,0x01,0x38,0x83,0x00,0x84,0x01,0x58,0x00,0x00,0x01,
0x08,0x50,0x01,0x01,0x83,0x00,0x84,0x01,0x60,0x00,0x00,0x01,0x01,0x09,0x01,0x00,
0x2a,0x82,0x00,0x40,0x0c,0xc0,0xf0,0x18,0x08,0x88,0x88,0x90,0x00,0x00,0x04,0x04,
0xfc,0xfc,0x08,0x60,0x00,0x00,0x80,0xe0,0x82,0x20,0x40,0x0a,0xe0,0x80,0x00,0xfc,
0xfc,0x20,0x20,0x60,0xc0,0x00,0x00,0x08,0x82,0x20,0x78,0xe0,0xc0,0x00,0x00,0x04,
0x04,0xfc,0x00,0x07,0x59,0x00,0x00,0x00,0x59,0xe0,0xc0,0x00,0x61,0xc0,0x60,0x00,
0x00,0x60,0x20,0x20,0x60,0xe0,0x82,0x00,0x40,0x0a,0xe0,0x60,0x20,0x20,0xe0,0x00,
0x00,0x20,0x20,0xec,0xec,0x00,0x2a,0x82,0x00,0x58,0x01,0x07,0x0c,0x82,0x08,0x40,
0x0b,0x0f,0x00,0x00,0x08,0x08,0x0f,0x0f,0x08,0x08,0x00,0x07,0x0f,0x82,0x08,0x40,
0x17,0x07,0x03,0x00,0x0f,0x0f,0x08,0x08,0x0c,0x07,0x00,0x00,0x0e,0x0b,0x09,0x09,
0x0f,0x0f,0x00,0x00,0x08,0x08,0x0f,0x08,0x08,0x3c,0x00,0x00,0x00,0x00,0x08,0x40,
0x0b,0x0e,0x0e,0x03,0x00,0x00,0x06,0x0f,0x09,0x09,0x0d,0x0f,0x00,0x13,0x0f,0x00,
0x00,0x0f,0x00,0x00,0x00,0x08,0x08,0x0f,0x0f,0x00,0xff,0x00,0xff,0x00,0x25,0x00,
0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x08,0x40,0x12,0x00,0x00,0x0e,0x1b,0x11,
0x11,0xf1,0xe1,0x00,0x00,0xff,0x30,0x70,0xd8,0x8c,0x04,0x00,0x70,0xf8,0x08,0x40,
0x07,0x24,0x24,0x38,0x00,0x04,0x04,0xff,0xff,0x0e,0x04,0x04,0x00,0x00,0xf8,0x9c,
0x10,0x40,0x08,0x04,0x04,0x00,0x00,0xff,0x0c,0x04,0x04,0xfc,0x00,0x07,0x40,0x1a,
0x00,0x00,0xfc,0x80,0x00,0x00,0xfc,0xfc,0x00,0x00,0x1c,0x34,0x24,0x64,0xc4,0x00,
0x00,0xf0,0xfc,0x24,0x24,0x2c,0x38,0x00,0x00,0x18,0x3c,0x00,0x2e,0x53,0x00,0x00,
0x51,0x01,0x01,0x40,0x07,0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x0a,0x00,0x00,
0x12,0x01,0x01,0x12,0x00,0x00,0x12,0x01,0x01,0x0a,0x00,0x00,0x1b,0x01,0x01,0x00,
0x09,0x01,0x09,0x00,0x09,0x01,0x00,0x08,0x53,0x00,0x00,0x62,0x01,0x01,0x00,0x00,
0x52,0x01,0x01,0x53,0x00,0x00,0x60,0x01,0x01,0x00,0x00,0x00,0x2f,0x40,0x0e,0x00,
0x00,0xc0,0xf0,0x18,0x08,0x88,0x88,0x90,0x00,0x00,0x04,0x04,0xfc,0xfc,0x0c,0x00,
0x00,0x80,0xe0,0x08,0x40,0x0d,0x20,0x20,0xe0,0x80,0x00,0xfc,0xfc,0x20,0x20,0x60,
0xc0,0x00,0x00,0x40,0x08,0x40,0x08,0x20,0x20,0xe0,0xc0,0x00,0x00,0x04,0x04,0xfc,
0x00,0x09,0x40,0x0e,0x00,0x00,0xe0,0xc0,0x00,0x00,0xc0,0x60,0x00,0x00,0x40,0x20,
0x20,0x60,0xe0,0x08,0x40,0x0a,0x00,0x00,0xe0,0x40,0x20,0x20,0xe0,0x00,0x00,0x20,
0x20,0x00,0x2d,0x69,0x00,0x00,0x01,0x07,0x0c,0x40,0x0d,0x08,0x08,0x0f,0x00,0x00,
0x08,0x08,0x0f,0x0f,0x08,0x08,0x00,0x07,0x0f,0x08,0x40,0x15,0x08,0x08,0x07,0x03,
0x00,0x0f,0x0f,0x08,0x08,0x0c,0x07,0x00,0x00,0x0e,0x0b,0x09,0x09,0x0f,0x0f,0x00,
0x00,0x08,0x0b,0x0f,0x08,0x08,0x00,0x08,0x40,0x0d,0x00,0x00,0x07,0x0e,0x0e,0x03,
0x00,0x00,0x06,0x0f,0x09,0x09,0x0d,0x0f,0x09,0x00,0x09,0x0f,0x24,0x00,0x00,0x08,
0x08,0x00,0xff,0x00,0xff,0x00,0x25,0x00,0xff,0x00,0x25,0x48,0xe0,0x00,0x2a,0x48,
0x60,0x00,0xff,0x00,0xff,0x00,0xac,0x00,0x0a,0x59,0x00,0x0e,0x1b,0x59,0x11,0xf1,
0xe1,0x40,0x09,0x00,0xff,0xff,0x70,0xd8,0x8c,0x04,0x00,0x70,0xf8,0x13,0x24,0x38,
0x30,0x09,0x04,0x09,0xff,0x11,0x04,0x0b,0x00,0xf8,0x8c,0x19,0x04,0x0b,0x00,0xff,
0x0c,0x0a,0x04,0xfc,0x00,0x08,0x59,0x00,0xfc,0xfc,0x49,0x00,0x49,0xfc,0x71,0x00,
0x18,0x34,0x24,0x64,0xc4,0x59,0x00,0xf0,0xfc,0x59,0x24,0x2c,0x38,0x50,0x00,0x18,
0x00,0x30,0x4c,0x00,0x4a,0x01,0x49,0x00,0x49,0x01,0x49,0x00,0x4a,0x01,0x4b,0x00,
0x4b,0x01,0x4b,0x00,0x4a,0x01,0x4c,0x00,0x49,0x01,0x52,0x00,0x01,0x50,0x00,0x01,
0x00,0x09,0x4c,0x00,0x49,0x01,0x4b,0x00,0x4b,0x01,0x4c,0x00,0x49,0x01,0x48,0x00,
0x00,0x30,0x69,0x00,0xc0,0xf0,0x18,0x08,0x51,0x88,0x90,0x49,0x00,0x49,0x04,0x4a,
0xfc,0x5a,0x00,0xc0,0xe0,0x61,0x20,0xe0,0x80,0x00,0x49,0xf0,0x59,0x20,0x60,0xc0,
0x52,0x00,0x40,0x59,0x20,0xe0,0x80,0x49,0x00,0x50,0x04,0xfc,0x00,0x0a,0x59,0x00,
0xe0,0xc0,0x59,0x00,0xc0,0x60,0x51,0x00,0x40,0x5a,0x20,0x20,0xe0,0x59,0x00,0xe0,
0x40,0x60,0x20,0xe0,0x80,0x00,0x00,0x30,0x62,0x00,0x01,0x07,0x0c,0x51,0x08,0x0f,
0x49,0x00,0x49,0x08,0x49,0x0f,0x62,0x08,0x00,0x07,0x0f,0x61,0x08,0x07,0x03,0x00,
0x49,0x0c,0x59,0x08,0x0c,0x07,0x59,0x00,0x0e,0x0b,0x49,0x09,0x49,0x0f,0x49,0x00,
0x51,0x08,0x0f,0x48,0x08,0x00,0x09,0x51,0x00,0x07,0x51,0x0e,0x03,0x59,0x00,0x06,
0x0f,0x5a,0x09,0x0d,0x0f,0x55,0x00,0x0f,0x48,0x00,0x00,0xff,0x00,0xff,0x00,0x26,
0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,
0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,
0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x0a,0x59,0x0e,0x1b,0x11,0x59,0xf1,
0xe1,0x00,0x40,0x09,0xff,0x30,0x70,0xd8,0x8c,0x04,0x00,0x70,0xf8,0x24,0x13,0x38,
0x00,0x04,0x09,0xff,0x09,0x04,0x11,0x00,0x0b,0xf8,0x9c,0x04,0x19,0x00,0x0b,0xff,
0x0c,0x04,0x0a,0xfc,0x00,0x00,0x08,0x59,0xfc,0xc0,0x00,0x49,0xfc,0x49,0x00,0x71,
0x1c,0x34,0x24,0x64,0xc4,0x00,0x59,0xf0,0xfc,0x24,0x59,0x2c,0x38,0x00,0x50,0x18,
0x3c,0x00,0x30,0x4c,0x01,0x4a,0x00,0x49,0x01,0x49,0x00,0x49,0x01,0x4a,0x00,0x4b,
0x01,0x4b,0x00,0x4b,0x01,0x4a,0x00,0x4c,0x01,0x49,0x00,0x52,0x01,0x00,0x50,0x01,
0x00,0x00,0x09,0x4c,0x01,0x49,0x00,0x4b,0x01,0x4b,0x00,0x4c,0x01,0x49,0x00,0x48,
0x01,0x00,0x30,0x69,0xc0,0xf0,0x18,0x08,0x88,0x51,0x90,0x00,0x49,0x04,0x49,0xfc,
0x4a,0x00,0x5a,0x80,0xe0,0x20,0x61,0xe0,0x80,0x00,0xfc,0x49,0x20,0x59,0xe0,0xc0,
0x00,0x52,0x40,0x20,0x59,0xe0,0xc0,0x00,0x49,0x04,0x50,0xfc,0x00,0x00,0x0a,0x59,
0xe0,0xc0,0x00,0x59,0xc0,0x60,0x00,0x51,0x40,0x20,0x5a,0x60,0xe0,0x00,0x59,0xe0,
0x60,0x20,0x60,0xe0,0x00,0x00,0x20,0x00,0x30,0x62,0x01,0x07,0x0c,0x08,0x51,0x0f,
0x00,0x49,0x08,0x49,0x0f,0x49,0x08,0x62,0x00,0x07,0x0f,0x08,0x61,0x07,0x03,0x00,
0x0f,0x49,0x08,0x59,0x0c,0x07,0x00,0x59,0x0e,0x0b,0x09,0x49,0x0f,0x49,0x00,0x49,
0x08,0x51,0x0f,0x08,0x48,0x00,0x00,0x09,0x51,0x07,0x0e,0x51,0x03,0x00,0x59,0x06,
0x0f,0x09,0x5a,0x0d,0x0f,0x00,0x55,0x0f,0x00,0x48,0x08,0x00,0xff,0x00,0xff,0x00,
0x26,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x25,0x48,0x60,0x00,
0x2a,0x4b,0x40,0x48,0x80,0x00,0xff,0x00,0xff,0x00,0xa8,0x00,0xff,0x00,0xff,0x00,
0xff,0x00,0xff,0x00,0x09,0x59,0x0e,0x1b,0x11,0x59,0xf1,0xe1,0x00,0x49,0xff,0x40,
0x07,0x70,0xd8,0x8c,0x04,0x00,0x70,0xf8,0x24,0x13,0x38,0x30,0x04,0x09,0xff,0x09,
0x04,0x11,0x00,0x0b,0xf8,0x8c,0x04,0x19,0x00,0x0b,0xff,0x0c,0x04,0x0a,0xfc,0x00,
0x00,0x08,0x49,0xfc,0x49,0x00,0x49,0xfc,0x49,0x00,0x71,0x18,0x34,0x24,0x64,0xc4,
0x00,0x59,0xf0,0xfc,0x24,0x59,0x2c,0x38,0x00,0x58,0x18,0x3c,0x24,0x00,0x2f,0x4c,
0x01,0x4a,0x00,0x49,0x01,0x49,0x00,0x49,0x01,0x4a,0x00,0x4b,0x01,0x4b,0x00,0x4b,
0x01,0x4a,0x00,0x4c,0x01,0x49,0x00,0x52,0x01,0x00,0x50,0x01,0x00,0x00,0x09,0x4c,
0x01,0x49,0x00,0x4b,0x01,0x4b,0x00,0x4c,0x01,0x49,0x00,0x48,0x01,0x00,0x30,0x69,
0xc0,0xf0,0x18,0x08,0x88,0x51,0x90,0x00,0x49,0x04,0x49,0xfc,0x4a,0x00,0x5a,0x80,
0xe0,0x20,0x71,0xe0,0x80,0x00,0xfc,0xf0,0x20,0x59,0x60,0xc0,0x00,0x52,0x40,0x20,
0x59,0xe0,0xc0,0x00,0x49,0x04,0x50,0xfc,0x00,0x00,0x0a,0x59,0xe0,0xc0,0x00,0x59,
0xc0,0x60,0x00,0x52,0x40,0x20,0x52,0xe0,0x00,0x59,0xe0,0x40,0x20,0x61,0xe0,0x80,
0x00,0x20,0x48,0xec,0x00,0x2e,0x62,0x01,0x07,0x0c,0x08,0x51,0x0f,0x00,0x49,0x08,
0x49,0x0f,0x49,0x08,0x62,0x00,0x07,0x0f,0x08,0x71,0x07,0x03,0x00,0x0f,0x0c,0x08,
0x59,0x0c,0x07,0x00,0x59,0x0e,0x0b,0x09,0x49,0x0f,0x49,0x00,0x49,0x08,0x51,0x0f,
0x08,0x48,0x00,0x00,0x09,0x51,0x07,0x0e,0x51,0x03,0x00,0x59,0x06,0x0f,0x09,0x5a,
0x0d,0x0f,0x00,0x55,0x0f,0x00,0x49,0x08,0x48,0x0f,0x00,0xff,0x00,0xff,0x00,0x25,
0x00,0x08,0x59,0x0e,0x1b,0x11,0x59,0xf1,0xe1,0x00,0x40,0x09,0xff,0x30,0x70,0xd8,
0x8c,0x04,0x00,0x70,0xf8,0x24,0x13,0x38,0x00,0x04,0x09,0xff,0x09,0x04,0x11,0x00,
0x0b,0xf8,0x9c,0x04,0x19,0x00,0x0b,0xff,0x0c,0x04,0x0a,0xfc,0x00,0x00,0x08,0x59,
0xfc,0xc0,0x00,0x49,0xfc,0x49,0x00,0x71,0x1c,0x34,0x24,0x64,0xc4,0x00,0x59,0xf0,
0xfc,0x24,0x59,0x2c,0x38,0x00,0x58,0x18,0x3c,0x24,0x00,0x2f,0x4c,0x01,0x4a,0x00,
0x49,0x01,0x49,0x00,0x49,0x01,0x4a,0x00,0x4b,0x01,0x4b,0x00,0x4b,0x01,0x4a,0x00,
0x4c,0x01,0x49,0x00,0x52,0x01,0x00,0x50,0x01,0x00,0x00,0x09,0x4c,0x01,0x49,0x00,
0x4b,0x01,0x4b,0x00,0x4c,0x01,0x49,0x00,0x48,0x01,0x00,0x30,0x69,0xc0,0xf0,0x18,
0x08,0x88,0x51,0x90,0x00,0x49,0x04,0x49,0xfc,0x4a,0x00,0x5a,0x80,0xe0,0x20,0x61,
0xe0,0x80,0x00,0xfc,0x49,0x20,0x59,0x60,0xc0,0x00,0x52,0x40,0x20,0x59,0xe0,0xc0,
0x00,0x49,0x04,0x50,0xfc,0x00,0x00,0x0a,0x59,0xe0,0xc0,0x00,0x59,0xc0,0x60,0x00,
0x51,0x40,0x20,0x5a,0x60,0xe0,0x00,0x59,0xe0,0x40,0x20,0x61,0xe0,0x80,0x00,0x20,
0x48,0xec,0x00,0x2e,0x62,0x01,0x07,0x0c,0x08,0x51,0x0f,0x00,0x49,0x08,0x49,0x0f,
0x49,0x08,0x62,0x00,0x07,0x0f,0x08,0x61,0x07,0x03,0x00,0x0f,0x49,0x08,0x59,0x0c,
0x07,0x00,0x59,0x0e,0x0b,0x09,0x49,0x0f,0x49,0x00,0x49,0x08,0x51,0x0f,0x08,0x48,
0x00,0x00,0x09,0x51,0x07,0x0e,0x51,0x03,0x00,0x59,0x06,0x0f,0x09,0x5a,0x0d,0x0f,
0x00,0x55,0x0f,0x00,0x49,0x08,0x48,0x0f,0x00,0xff,0x00,0xff,0x00,0x26,0x00,0x07,
0x59,0x0e,0x1b,0x11,0x59,0xf1,0xe1,0x00,0x49,0xff,0x40,0x07,0x70,0xd8,0x8c,0x04,
0x00,0x70,0xf8,0x24,0x13,0x38,0x30,0x04,0x09,0xff,0x09,0x04,0x11,0x00,0x0b,0xf8,
0x9c,0x04,0x19,0x00,0x0b,0xff,0x0c,0x04,0x0a,0xfc,0x00,0x00,0x08,0x49,0xfc,0x49,
0x00,0x49,0xfc,0x49,0x00,0x71,0x18,0x34,0x24,0x64,0xc4,0x00,0x59,0xf0,0xfc,0x24,
0x59,0x2c,0x38,0x00,0x59,0x18,0x3c,0x24,0x48,0xe4,0x00,0x2d,0x4c,0x01,0x4a,0x00,
0x49,0x01,0x49,0x00,0x49,0x01,0x4a,0x00,0x4b,0x01,0x4b,0x00,0x4b,0x01,0x4a,0x00,
0x4c,0x01,0x62,0x00,0x01,0x01,0x00,0x50,0x01,0x00,0x00,0x09,0x4c,0x01,0x49,0x00,
0x4b,0x01,0x4b,0x00,0x4c,0x01,0x49,0x00,0x48,0x01,0x00,0x30,0x69,0xc0,0xf0,0x18,
0x08,0x88,0x51,0x90,0x00,0x49,0x04,0x49,0xfc,0x4a,0x00,0x5a,0xc0,0xe0,0x20,0x71,
0xe0,0x80,0x00,0xfc,0xf0,0x20,0x59,0x60,0xc0,0x00,0x52,0x40,0x20,0x59,0xe0,0xc0,
0x00,0x49,0x04,0x50,0xfc,0x00,0x00,0x0a,0x59,0xe0,0xc0,0x00,0x59,0xc0,0x60,0x00,
0x52,0x40,0x20,0x52,0xe0,0x00,0x59,0xe0,0x40,0x20,0x61,0xe0,0x80,0x00,0x20,0x49,
0xec,0x48,0x00,0x00,0x2c,0x62,0x01,0x07,0x0c,0x08,0x51,0x0f,0x00,0x49,0x08,0x49,
0x0f,0x49,0x08,0x62,0x00,0x07,0x0f,0x08,0x61,0x07,0x03,0x00,0x0f,0x49,0x08,0x59,
0x0c,0x07,0x00,0x59,0x0e,0x0b,0x09,0x49,0x0f,0x49,0x00,0x49,0x08,0x51,0x0f,0x08,
0x48,0x00,0x00,0x09,0x51,0x07,0x0e,0x51,0x03,0x00,0x59,0x06,0x0f,0x09,0x5a,0x0d,
0x0f,0x00,0x55,0x0f,0x00,0x49,0x08,0x49,0x0f,0x48,0x08,0x00,0xff,0x00,0xff,0x00,
0x25,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,
0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,
0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x27,0x48,0x8c,0x00,0x84,0x48,
0x00,0x00,0x67,0x48,0x80,0x00,0x2a,0x48,0xe0,0x00,0x5b,0x48,0x0c,0x00,0xff,0x00,
0xff,0x00,0x5e,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,
0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,
0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,
0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,
0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,
0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,
0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff
};
#endif
SSOLED ssoled; // single display structure
void setup() {
int rc;
rc = oledInit(&ssoled, OLED_TYPE, OLED_ADDR, 1, 1, USE_HW_I2C, SDA_PIN, SCL_PIN, RESET_PIN, 400000L);
} /* setup() */
void loop() {
uint8_t *pAnim = (uint8_t *)bAnimation; // point to first frame
while (1)
{ // play all frames (automatically starts over when it reaches the end)
pAnim = oledPlayAnimFrame(&ssoled, (uint8_t *)bAnimation, pAnim, sizeof(bAnimation));
delay(20); // simplistic rate control; should manage the variable time per frame
}
} /* loop() */