Fix Tab5 Display Issues (#579)

And add PPA rotation to lvgl_display
This commit is contained in:
Shadowtrance
2026-07-23 07:58:34 +10:00
committed by GitHub
parent 8b92aa8e5a
commit 08eac48e64
9 changed files with 440 additions and 19 deletions
+4
View File
@@ -79,6 +79,10 @@ list(APPEND REQUIRES_LIST
if (DEFINED ENV{ESP_IDF_VERSION})
list(APPEND REQUIRES_LIST esp_lvgl_port)
# required for lvgl_ppa
if (IDF_TARGET STREQUAL "esp32p4")
list(APPEND REQUIRES_LIST esp_driver_ppa)
endif ()
else ()
list(APPEND REQUIRES_LIST freertos_kernel)
endif ()