v0.11.2
·
614 commits
to master
since this release
Release v0.11.2
Changes since 0.11.0:
- Change: greatly improved ease for users in adding new GUI elements! #120 .
GUIslice_ex
has been split into individual elements in/src/elem
.- New elements can be added without needing to modify the GUIslice library.
- Add: support for page stacks / multi-page overlays #71
- Add: initial support for popup dialog boxes #81
- Add: extensive updates to Builder. Updates captured in #80. Including installer for Mac OS #107
- Fix: many fixes for XTextbox (including #118)
- Fix: corrections for XGauge (radial and ramp) for Arduino mode #123
- Fix: fixed-point math for polar, trig and color blending functions
- Add: automated versioning system that facilitates easier debug reporting
- Add: ability to hide/show an element #24
- Add: ability to enable/disable element touch response (ElemSetClickEn)
- Add: support for touch calibration with remapped X&Y #113
- Add: preliminary support for RA8875 display driver #103
- Add: ability to override mcufriend ID
Migration notes:
- With the changes to split
GUIslice_ex
into individual extended elements in/src/elem
, users are encouraged to replace the#include "GUIslice_ex.h"
with the components used by the user code. Please refer to Including Extended Elements