fixes that made it work

This commit is contained in:
Mikkeli Matlock
2026-02-15 04:15:30 +09:00
parent 19db125619
commit 610f776ecf
33 changed files with 1271 additions and 516 deletions

View File

@@ -1,7 +1,7 @@
file(GLOB_RECURSE scrld ./*.c)
idf_component_register(
SRCS ${scrld}
REQUIRES lvgl
REQUIRES lvgl__lvgl
INCLUDE_DIRS "custom" "generated" "generated/guider_customer_fonts")
target_compile_definitions(${COMPONENT_LIB} PRIVATE LV_LVGL_H_INCLUDE_SIMPLE)