15 lines
232 B
Plaintext
15 lines
232 B
Plaintext
menu "LVGL ESP Drivers"
|
|
|
|
rsource "lvgl_tft/Kconfig"
|
|
|
|
rsource "lvgl_touch/Kconfig"
|
|
|
|
menu "I2C Port Settings"
|
|
depends on LV_I2C && !HAVE_I2C_MANAGER
|
|
|
|
rsource "i2c_manager/Kconfig"
|
|
|
|
endmenu
|
|
|
|
endmenu
|