Release v0.13.0
ImpulseAdventure
released this
18 Aug 17:08
·
336 commits
to master
since this release
Release 0.13.0
Changes since 0.12.1:
- Add: TFT_eSPI touch enhancements (#150)
- Add: XGlowball (#147)
- Add: Support for UTFT & URTouch (#151)
- Add: Support for SdFat (SD SW SPI)
- Add: Support for Arduino Due & ILI9341_due (#153)
- Add: Numerous additional configs
- Add: XListbox support for text justification, auto baseline calc
- Add: Access to native display/touch driver APIs (#160)
- Add: DrawFillSector() & DrawFillGradSector()
- Add: Support for Waveshare_ILI9486
- Add: Example Builder projects to
/examples/builder
- Change: Split XGauge into XProgress, XRadial and XRamp (#157)
- Change: XRingGauge enhancements (#162)
- Change: Example ex02/ex03 no longer terminate
- Fix: M5stack init
- Fix: Numerous fixes for SD support (#155, etc.)
- Fix: Element hiding via ElemSetVisible() (#156)
- Fix: sinFX()/cosFX() fix glitches seen in XRadial
- Fix: Redraw for elements in FLASH
- Fix: Examples use platform-specific fonts
- Fix: Numerous fixes to example configs
Migration notes:
- Breaking change: XGauge was split into XProgress, XRadial and XRamp. Please refer to #157 for details.
Other notes:
- The GUIslice Builder completed a major update for 0.13.0. The source code has been moved into a separate repository at https://github.com/ImpulseAdventure/GUIslice-builder-source