-
Only raise issues for problems with the library and/or provided examples. Post questions, comments and useful tips etc in the "Discussions" section.
To minimise effort to resolve issues the followi…
-
Hello,
Thanks for porting this to the ESP32-2432S024R.
Can you please let me know which version of the LVGL library was used to compile successfully?
I keep getting compilation errors with ver…
-
touchgfx有DMA移植的例子,awtk我看了一些移植还是没概念该怎么开启硬件加速?我看有针对ST的硬件加速,哪个工程是?
-
Thank you for the great work with this firmware.
I've just flashed it on my scope and I noticed a weird behavior where the red and blue color channels seems to be swapped. Nothing too fancy and (prob…
-
The below provided is our code-
#include
#include
// Install the "XPT2046_Touchscreen" library by Paul Stoffregen to use the Touchscreen - https://github.com/PaulStoffregen/XPT2046_Touchscreen…
-
I am trying to use this library with Waveshare 1.69 inch lcd module (240x280).https://www.waveshare.com/1.69inch-lcd-module.htm
Board : Esp32 S3 DevKit C-1 N16R8
Unlike the previous display modules …
-
Given this project seems no longer alive, I'm providing the fork for anyone who might be searching new enhancements...
https://github.com/deividAlfa/UGUI
-
Hi
Please can you advice where the SPI pins are.
On the PCB it has printed SCK=io5, MOSI=io27, MISO=io19
How do I physically connect to these pins? I can't see any pin outs on the board with th…
-
work
Flash_Jpg_DMA.ino
view bgr to rgb
TFT_eSPI\TFT_Drivers\ST7789_Init.h
code
```c++
config
#define TFT_RGB_ORDER TFT_RGB // Colour order Red-Green-Blue
or
#define TFT_RGB_ORDER TFT…
-
I have been [working on a driver for ST7789](https://github.com/fornellas/ucglib/tree/ST7789) (#132). While doing so, I learned that the current model for HAL has too many layers that do "nothing" and…