- Core Features
- Library enables ATTiny85 to use SSD1306 OLED with double buffering
- Supports 128x32 pixel displays using half SSD1306's RAM
- Adapts from DigisparkOLED, modified from Tinusaur's SSD1306xLED
- Version Updates
- Version 1.3 added support for 128x64 screens with zoom feature
- Version 1.5 introduced multiple display resolutions and font support
- Version 2.1 added image combining and double-size text support
- Technical Details
- Uses Wire.h, TinyWireM, and TinyI2C libraries
- Supports I2C speeds and external pullup resistors
- Includes I2C speed test example in version 2.2
- Display Features
- Supports various screen resolutions including 128x64, 128x32, 72x40
- Uses screen pages (8 rows) for clear/fill commands
- Allows custom initialization sequences and screen geometry adjustment
- Maintains settings even when powered off