5 lines
252 B
CMake
5 lines
252 B
CMake
idf_component_register(SRCS "display.c"
|
|
INCLUDE_DIRS .
|
|
REQUIRES lvgl_esp32_drivers lvgl lv_examples lvgl_tft lvgl_touch mbedtls wifi)
|
|
target_compile_definitions(${COMPONENT_LIB} PRIVATE LV_CONF_INCLUDE_SIMPLE=1)
|