espressif / esp-bsp

Board support components for Espressif development boards
Other
141 stars 76 forks source link

Lvgl port updates #320

Closed espzav closed 6 days ago

espzav commented 1 month ago

ESP-BSP Pull Request checklist

Change description

I made lot of small changes in one PR. Some are from custommers, some are improvements.

espzav commented 1 month ago

@tore-espressif PTAL

espzav commented 1 month ago

@tore-espressif Thank you for review! I fixed everything - except new component for C array script for LVGL8. I am not sure, that it is good idea.

espzav commented 2 weeks ago

Hi, I found one issue. When I am using display (https://github.com/espressif/esp-bsp/tree/master/examples/display) example with SPI/DSI display, it is not working properly with this line: https://github.com/espressif/esp-bsp/blob/81a36703ea8743553788c5e8a718642738a07de9/components/esp_lvgl_port/src/lvgl9/esp_lvgl_port.c#L230 and this line https://github.com/espressif/esp-bsp/blob/81a36703ea8743553788c5e8a718642738a07de9/components/esp_lvgl_port/src/lvgl9/esp_lvgl_port.c#L216 I fixed it - reworked task sleeping with LVGL help.

espzav commented 1 week ago

@tore-espressif Please, could you continue here? The next PR #322 depends on this. Thannk you

espzav commented 6 days ago

@tore-espressif Thank you for the review!