-
I am trying to get a simple program (based on [this](https://github.com/lvgl/lv_port_esp32) ) for the GC9A01 display to work with an ESP32-C3 and vgl v8. I am using the develop branch for it.
[this…
-
I'm trying to run two displays on one SPI bus but only the last initialized display is working.
I can run the examples on a single display fine - on both of them. But when I try to both in parallel …
-
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 …
-
Would it be possible to have official micropython support? Specifically, to use it with the RP version of the boards?
-
### Board
ESP32-S3-WROOM-1 N16R8
### Hardware Description
module with connected SPI display (driver GC9A01)
ESP-IDF: 5.3.1
LVGL 9.2.2
components used:
![image](https://github.com/user-att…
-
[Micropython](https://github.com/micropython/micropython) already supports [ESP32, ESP32-S2, ESP32-C3, ESP32-S3](https://www.espressif.com/en/products/socs).
However [lv_micropython](https://github.c…
-
**Describe the problem you have/What new integration you would like**
I was wondering if there was someone out there who was able to translate the existing Arduino CST816D drivers to a format…
-
**Describe the issue**
Using LVGL Lottie with ESP32-S3 Touch LCD 1.28 plays about 1/4 of lottie and then crashes out without any guru meditation error.
**Code to reproduce the issue**
static …
-
I use ESP32 CAM.
> User_Setup.h
```
#define ST7789_2_DRIVER // Use this definition for ST7789v2
// Define the display size
#define TFT_WIDTH 240 // ST7789v2 240 x 240 pixels
#define …
-
程序编译下载完后的串口信息为
```c
22:38:59.682 -> D (88) ESP_Panel: Begin IO expander
22:38:59.682 -> D (92) ESP_Panel: Begin LCD
22:38:59.682 -> D (94) ESP_PanelBus_SPI: Create panel io @0x3fcecc70
22:38:59.6…