• sales

    +86-0755-88291180

White screen on device after compiling new software.on ESP32 C3 desktop trinket Mini TV LVGL

2024-05-24 04:13:41 Ask

I try to compile the demo miniapp, but I only get a white screen.

I'm using the library tft_espi from the miniapp folder moved to my /home/user/Arduino/libraries

I've tried with visual studio code and with arduino 1.8.19

No errors in compilation or uploading to the board.

Thanks for your help and ideas

White screen compiling ESP32 C3 LVGL
3answers
SpotPearGuested167
Answer time:
2024-05-24 11:29:47

hello

1】 Please go here to the official website https://spotpear.com/index/study/detail/id/1121.html Code file

2】 Open the lib folder in the code package and copy all files in the lib folder to the libraries directory of the Arduino project

2.1】

2.2】

2.3】

2.4】

3】 Open the miniapp. ino project in the Arduino IDE and upload it again

Like0

report

SpotPearGuest19a2e
Answer time:
2024-07-09 19:35:36

I have the same problem. Tried the two methods but the new flashed software (the provided, without any modification by me) works.

Like1

report

SpotPearGuest58f90
Answer time:
2025-12-02 15:12:33

The Problem:
When compiling the demo code with the latest Arduino ESP32 Board Manager version (3.0.0 or higher), the code uploads but the screen remains completely white/blank. This happens because the libraries provided are not compatible with the new ESP32 Core 3.x architecture yet.

The Solution:
The user MUST downgrade the ESP32 Board version in the Arduino IDE.

  1. Go to Tools > Board > Boards Manager.
  2. Search for "esp32".
  3. Select version 2.0.14 (or any 2.0.x version) instead of the latest version.
  4. Install and re-upload the code.

After doing this downgrade to v2.0.14, the screen works perfectly with your original factory code and pin configuration.

Like0

report

Price: $9.99
Part Number: ESP32C3-1.44
Brand: Spotpear