Results 62 comments of Calvin Hass

**GUIslice Builder** version **0.10.4-beta7** has been released. - Please refer to https://github.com/ImpulseAdventure/GUIslice/issues/79#issuecomment-451725127 for details regarding fixes and enhancements - Source code for the Builder can be found in [/builder](https://github.com/ImpulseAdventure/GUIslice/tree/master/builder)

Add support for **Adafruit FeatherWing 2.4" TFT** - **HUZZAH ESP8266**, **HUZZAH32 ESP-32** and **Feather M0**. See [/configs/misc-adagfx-shld-featherwing24.h](https://github.com/ImpulseAdventure/GUIslice/blob/master/configs/misc-adagfx-shld-featherwing24.h) - Tested with [Adafruit 2.4" TFT FeatherWing](https://www.adafruit.com/product/3315) Add support for **Adafruit 1.8" Color...

- Rewrote [Installation guide for Raspberry Pi](https://github.com/ImpulseAdventure/GUIslice/wiki/Installing-GUIslice-on-Raspberry-Pi) - Fixes for RPi tslib touch handling - Made errors in touch driver initialization non-fatal and show visual error message - Improve 4-wire...

- Add support for drawing images from memory (FLASH) PR #101, #4

- Created a number of example shield configs, extensive update to [GUIslice Display Config table](https://github.com/ImpulseAdventure/GUIslice/wiki/Display-Config-Table) - Significant updates to all wiki documentation on [GUIslice configuration](https://github.com/ImpulseAdventure/GUIslice/wiki/Configuring-GUIslice) & [touch](https://github.com/ImpulseAdventure/GUIslice/wiki/Configure-Touch-Support) - Extensive cleanup...

Released **GUIslice v0.11.0** along with the latest Builder. Please see the [v0.11.0 release notes](https://github.com/ImpulseAdventure/GUIslice/releases/tag/v0.11.0) for details. Update: detailed notes for new features & bugfixes captured: https://github.com/ImpulseAdventure/GUIslice/issues/79#issuecomment-466292972

Started development on: - Adding support for Teensy 3 #136 - New extended GUI elements, including keypad Recent completed changes: - Add support for RA8875 display & touch driver (#125...

Recent completed changes: - Enhance TFT_eSPI internal touch to support dynamic rotation, calibration #143 - Optimizing redraw with invalidated regions - Add XRingGauge element #145 - Add XKeyPad element #5...

Thank you very much David for exploring this enhancement! It would be fantastic if one could find a way to create a python wrapper for GUIslice as there has definitely...

Hi @SunboX -- I have begun to look into what's involved in updating the GUIslice library to work more seamlessly within the PlatformIO environment. In particular, I was thinking that...