Skip to content

Release v0.12.0

Compare
Choose a tag to compare
@ImpulseAdventure ImpulseAdventure released this 16 Jun 15:47
· 459 commits to master since this release

Changes since 0.11.2:

  • Change: Enhance TFT_eSPI internal touch to support dynamic rotation, calibration #143
  • Change: Optimizing redraw with invalidated regions
  • Add: XRingGauge element #145
  • Add: XKeyPad element #5
  • Add: support for rounded buttons / round rects #142
  • Add: XSpinner element
  • Add: support for Adafruit Seesaw controller
  • Fix: Resolve 8-bit parallel TFT + 4-wire touch + TFT_eSPI #130
  • Add: support for Teensy #136
  • Add: support for RA8875 display & touch driver (#125 )
  • Add: listbox control (#46)
  • Change: examples use MAX_FONT enum convention and FontSet instead of FontAdd

Migration notes:

  • Recommend user code replace FontAdd() with FontSet() and use MAX_FONT enum (refer to any example)

Other notes:

  • The GUIslice Builder is currently undergoing a major update and will be revised to include the latest GUIslice features in the next release. Builder version 0.11.0-rc4 is the latest released Builder at this time.