GUIslice
GUIslice copied to clipboard
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
It would be nice to get the documentation to make custom config files. That would also help the development team as new config files could be sent to the project...
### Feature Request or Enhancement It would be very nice to get support for the Adafruit TFTLCD library as it would allow displays to run with the Parallel interface instead...
based on m5stack library and hardware.
### Feature Request or Enhancement GUIslice is very advanced library for creating GUI for MCU's, but it is very harsh with newcomers, when they are facing C code and trying...
I need to use the below display/capactive touch screen with Arduino Mega Link to the display and shield: https://www.buydisplay.com/7-inch-1024x600-tft-touch-shield-for-arduino-capacitive-touch-screen. It doesn't say on that page which touch controller it is...
### Describe the bug One of the corners of my xpt2046 touch screens is not responsive during the calibration procedure or in use. This only occurs with esp-tftespi-default-xpt2046 setup and...
It would make it easy to pop up a standard dialog box that prompts users for a value or informs them of something. I suggest four versions or styles. -...
Tried several SAMD51 based boards, they all seem to produce similar errors in Arduino IDE. The display is a [3.5" 480x320 adafruit HX8357D](https://www.adafruit.com/product/2050). Display driver used: **ard-adagfx-hx8357-simple.h** (the ard-adagfx-hx8357-notouch.h compiles...
Hello! ### Describe the bug I am printing long strings to the GUI elements (gslc_ElemCreateTxt), and text gets out of element's boundaries. I see usage of ClipRect and setViewport in...
### Describe the problem The touchscreen and the diplay works perfectly if the serial monitor is open. When the serial monitor is closed, the touch does not work or only...