reverted back to using the lvgl i2c_manager

This commit is contained in:
Bassam 2022-08-12 13:07:15 +03:00
parent 1afab3cd91
commit f29723c800
3 changed files with 26 additions and 49 deletions

View file

@ -88,7 +88,7 @@ endif()
idf_component_register(SRCS ${SOURCES}
INCLUDE_DIRS ${LVGL_INCLUDE_DIRS}
REQUIRES lvgl band_audio_hal)
REQUIRES lvgl)
target_compile_definitions(${COMPONENT_LIB} PUBLIC "-DLV_LVGL_H_INCLUDE_SIMPLE")