Files
xiaozhi-esp32/managed_components/espressif__esp_lvgl_port/Kconfig
2025-09-05 13:25:11 +08:00

11 lines
228 B
Plaintext

menu "ESP LVGL PORT"
config LVGL_PORT_ENABLE_PPA
depends on SOC_PPA_SUPPORTED
bool "Enable PPA for screen rotation"
default n
help
Enables using PPA for screen rotation.
endmenu