ImpulseAdventure / GUIslice

GUIslice drag & drop embedded GUI in C for touchscreen TFT on Arduino, Raspberry Pi, ARM, ESP8266 / ESP32 / M5stack using Adafruit-GFX / TFT_eSPI / UTFT / SDL
https://www.impulseadventure.com/elec/guislice-gui.html
MIT License
1.12k stars 206 forks source link

ESP32, TFT_eSPI, ILI9488, and FT6236 CTP Configuration Problem #453

Open GeorgeIoak opened 2 years ago

GeorgeIoak commented 2 years ago

Describe the bug

Adding GUIslice to working sketch yields compile errors, endless reboot, or incorrect screen draw depending on different changes and checking in Arduino IDE or PlatformIO. I tried several experiments and configurations but never was able to get an example code to run properly yet the TFT_eSPI tests work as expected with no changes required other than the required configuration.

Device hardware

Please confirm whether:

Expected behavior

A successful compile without having to uncomment flags (in PlatformIO) and example code run properly

Additional info

Details can be found in the Discussion I started when I wasn't sure if this was a bug or not. Please see https://github.com/ImpulseAdventure/GUIslice/discussions/452 for extensive details and tests.