tvanfossen

Results 9 comments of tvanfossen

Highly recommend using the ESP-box driver's for the S3 instead of the lvgl_esp32_driver repo https://github.com/espressif/esp-box That said, the S3 requires esp-idf-4.4

I've running lvgl @ master with lv_esp32_port on an esp32 without any issues since July/August, the changelog for[ LVGL v8](https://github.com/lvgl/lvgl/blob/master/docs/CHANGELOG.md#v800-01062021) detailed all the necessary changes to get it running. Changes...

I should've given a bit more detail. The esp-box drivers are limited to the ST7789 display driver at the moment as @sukesh-ak mentioned. Also of note in the esp-lcd driver...

Co-worker was able to get the issue resolved inside of st7789.c - will either let him update or get the fix from him MCU does not have backlight control, that...

If your backlight is turning on, then I'd recommend checking that the LVGL initialization is completing properly

menuconfig -> LVGL config -> feature config -> logging -> enable log module Set default log verbosity to Log Important Events Log with printf Is your code entering the main...

Highly recommend using the bug format provided when you create issues, very difficult to determine where your code is failing from the information you've provided so far. Screenshots, verification with...

IDF v5 may not be supported with LVGL yet, I'd recommend rolling back to ~4.2 as recommended by the lv_port_esp32 readme That said, probably not the issue here. It looks...

Bump, seeing the same issue - board was working fine, and then started getting this invalid image block issue Power cycling does not resolve, reverting to an older project doesnt...