-
I receive an error when compiling driver for the TFT V2 display on a Raspberry Pi 4 running the latest Mainsail OS Error as follows:
make -C /lib/modules/`uname -r`/build M=$PWD
make[1]: Entering di…
-
**Describe the problem you have/What new integration you would like**
So I have a 4.0" TFT Touch Display based on the ST7796 Driver which supports touch and runs on the SPI bus.
Is there any w…
-
Got everything to compile and upload, but just a blank screen. Tried changing:
#define LV_USE_ST7796 1
in lv_config.h, but seems ineffective. I set the default board with:
default_envs = esp32-324…
-
Does the esp32-3248S035C, with it's higher resolution, have sufficient memory to run the demo? Mine hangs at `lv_display_set_buffers`
I'm not sure if this is a esp32-smartdisplay-demo, an lvgl thin…
-
Hi all, I'm using an esp32s2 Saola DevKit R, and it seems to be working properly.
I have connected a 4 inch 320x480 SPI ST7796 320x480 to it, and configured the user_setup and wrote it properly.
#…
-
Thanks for your work!
I try to use ESP32-3248S035C, but the touchscreen does not work.
I tested the touchscreen with the demo file and it works!
I use the settings:
#define DSP_MODEL DSP…
-
Hi,
I was able to successfully build und flash an ESP32-S3 with octal-SPIRAM, but I am not able to connect to the board after flashing the firmware. I think I am missing something, but maybe the sp…
-
支持ST7796的3.5寸屏幕显示嘛,大佬
-
yesterday i build for WT32-SC01 Plus
use discussions [WT32-SC01 Plus](https://github.com/kdschlosser/lvgl_micropython/discussions/40) code to test
```
Traceback (most recent call last):
File ""…
-
Now I use ESP32 and ST7796 (320*480 spi or 8Bit hardware interface screen)for display control, and the interface is an 8bit interface. I see the 8bit interface definition described in User_Setup.h fil…