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
Testing of gslc_DrvDrawMonoFromMem shows it been broken for while. Debugging I found that after nCol.r = (bProgMem)? pgm_read_byte(bmap_base++) : *(bmap_base++); nCol.g = (bProgMem)? pgm_read_byte(bmap_base++) : *(bmap_base++); nCol.b = (bProgMem)? pgm_read_byte(bmap_base++)...
### Feature Request or Enhancement *Please describe what you would like to see GUIslice do*: ??? we are using CST816 as touchscreen driver , its a capacitive touch screen ,...
### 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...
### Describe the bug The Ramp Gauge is displayed in a wrong region on the screen 1. in GUIslice Builder: place a ramp gauge on the page 2. resize ramp...
Describe the solution you'd like The draw circle is in the GUI library already exist, may be need to be linked to an element in the GuiSlice, so a circle...
### Describe the bug On small screens the offset of the keypads can cause these to be partly invisible; esp enter/escape. See also [#187 ](https://github.com/ImpulseAdventure/GUIslice-Builder/issues/187) ### Device hardware ESP32 with...
### Feature Request or Enhancement We currently have a fairly short XLISTBOX_MAX_STR (20 chars) used (only) within gslc_ElemXListboxDraw of the text string of the label gotten via gslc_ElemXListboxGetItem() that is...
hi, with Puttty i compiled test sdl with sdl1, with sucess and it was running fine with fb0 on HDMi 7 inch display on Raspberry Pi zero w on debian...