GUIslice icon indicating copy to clipboard operation
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

Results 72 GUIslice issues
Sort by recently updated
recently updated
newest added

Hi, I would like to bring some updates to the topic discussed in #130 as these ILI9341 parallel displays are quite accessible, affordable and the touch functionality is now working...

### Discussed in https://github.com/ImpulseAdventure/GUIslice/discussions/476 Originally posted by **Bwanna** September 26, 2022 Hi, I have an ESP32 with an ST7789+ STMPE610 Touch and am getting the following error msg when compiling...

### Describe the bug Getting an error during compiling the following GUISlice for Arduino Example: ex02_ardmin_btn_txt.ino `/home/admin/Arduino/libraries/GUIslice/src/GUIslice_drv_adagfx.cpp:359:3: error: HX8347D_kbv does not name a type; did you mean HX8347D_PINS_H_? HX8347D_kbv m_disp;`...

The `gslc_tsPage` type should get a flag which indicates whether the "base page" is shown on this page or not. A typical base page would be a status bar and...

Hi, I'm working on a simple project to test the touch functionality, it turns out the button is pressed without touching the display. Here's the code: ``` #include "project2_GSLC.h" static...

I made a mistake in defining the flash versions of XTogglebtn giving them a default nGroupId of 0 when it should have been GSLC_GROUP_ID_NONE or -6999

Hi, I'm having a new kind of error, I'm surprised because I wasn't getting this kind of errors before days, and I didn't change the version of the builder. Here's...

Hi, Images don't show on the display. I'm using both rp2040 and STM32 black pill, all works perfeectly with buttons, text and touch no problems. But the problem is with...