11 lines
228 B
Plaintext
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
|