Release v0.12.0
·
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 ofFontAdd
Migration notes:
- Recommend user code replace
FontAdd()
withFontSet()
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.