mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00

This commit simplified the example and removed esp_lvgl_port component. And adapted example to LVGL v9. Closes https://github.com/espressif/esp-idf/issues/14179
7 lines
232 B
Plaintext
7 lines
232 B
Plaintext
# This file was generated using idf.py save-defconfig. It can be edited manually.
|
|
# Espressif IoT Development Framework (ESP-IDF) Project Minimal Configuration
|
|
#
|
|
CONFIG_LV_CONF_SKIP=y
|
|
CONFIG_LV_USE_OBSERVER=y
|
|
CONFIG_LV_USE_SYSMON=y
|