Important: unclear posts may not receive useful answers.
Description
What MCU/Processor/Board and compiler are you using?
LilyGo ESP32 TTGO (soldered ST7789V 135x240) with esp-idf 5.1 (no diff trying with 4.x though)
What do you want to achieve?
“Hello world” using LVGL to show “hello world” on the ST7789V display.
What have you tried so far?
Trying the examples in esp-idf, esp-idf/examples/peripherals/lcd/tjpgd works with the modifications suggested by Getting TTGO ESP32-based T-DISPLAY to work | projectitis. But that’s just rendering a bitmap, not LVGL.
With same hardware, none of the examples in esp-idf/examples/peripherals/lcd/lv_port_esp32 except for turn on the backlight. A working example would be super helpful.
Code to reproduce
Add the relevant code snippets here.
The code block(s) should be between ```c
and ```
tags:
/*You code here*/
Screenshot and/or video
If possible, add screenshots and/or videos about the current state.