SSD1306 v1.0.3
What's new:
- Improved rendering efficiency
- Inflating functionality. From now on, you should call the
inflate()method to apply the changes. - Enhanced OLED power mode functionality and update I2C clock settings
- Some selected devices support Turbo Mode (Works only on devices which support 1MHz+ I2C transfer speeds)
- Added support for fragments stack management.
- Fragments support recycling.
- Improved memory management.
- Improved memory deallocation and reuse with the help of '=' overloaded operator in drawables.
- Users can create custom drawables by inheriting from the Drawable class.
- Fixed various minor bugs and improved overall stability.