Releases: styropyr0/oled.h
Releases · styropyr0/oled.h
SSD1306 v1.0.2
A lightweight and versatile library to control SSD1306-based OLED displays with Arduino.
What's new:
- Added new feature- Fragments: New dynamic collection of Drawable objects inspired from Android's Fragment. (Refer the documentation for more details)
- Bug Fixes
- Memory optimization
SSD1306 v1.0.1
A lightweight and versatile library to control SSD1306-based OLED displays with Arduino.
What's new:
- Added support for Bitmap rendering. Images can be converted to bitmaps arrays using the Python script provided.
- Fixed bugs in low-end Arduino devices.
- Fixed some pixel issues related to geometric shapes
- Geometric shapes now support thickness
- Added highlight text, with animation
- Now supports clearing an area instead of the whole display
SSD1306 v1.0.0
A lightweight and versatile library to control SSD1306-based OLED displays with Arduino.