Skip to content

SSD1306 v1.0.3

Choose a tag to compare

@styropyr0 styropyr0 released this 16 Mar 10:30
· 32 commits to main since this release
6318774

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.