2025-03-12 17:32:58 +08:00
|
|
|
SET(SOURCES screens/ui_pageHome.c
|
|
|
|
|
screens/ui_pageSetting.c
|
|
|
|
|
screens/ui_pageBattery.c
|
|
|
|
|
screens/ui_pageDeviceInformation.c
|
|
|
|
|
screens/ui_pageDebug.c
|
|
|
|
|
screens/ui_pageWifiConnect.c
|
|
|
|
|
screens/ui_pageDebugChoice.c
|
|
|
|
|
screens/ui_pageSDCard.c
|
2025-03-03 22:30:53 +08:00
|
|
|
ui.c
|
|
|
|
|
components/ui_comp_hook.c
|
|
|
|
|
ui_helpers.c
|
2025-03-07 15:13:29 +08:00
|
|
|
ui_events.c
|
2025-03-07 18:05:38 +08:00
|
|
|
images/ui_img_340585291.c
|
2025-03-03 22:30:53 +08:00
|
|
|
images/ui_img_981464361.c
|
|
|
|
|
fonts/ui_font_AlimamaAgileVF.c
|
|
|
|
|
fonts/ui_font_AlimamaAgileVFFangyuan40.c
|
2025-03-07 15:13:29 +08:00
|
|
|
fonts/ui_font_deviceInfo.c
|
2025-03-04 23:29:52 +08:00
|
|
|
fonts/ui_font_homePanelLabel.c
|
|
|
|
|
fonts/ui_font_homePlusText.c
|
|
|
|
|
fonts/ui_font_homeText.c
|
|
|
|
|
fonts/ui_font_homeText_1.c
|
2025-03-03 22:30:53 +08:00
|
|
|
fonts/ui_font_LenovoHTC.c
|
|
|
|
|
fonts/ui_font_MiSansB40.c
|
|
|
|
|
fonts/ui_font_MiSansM.c
|
|
|
|
|
fonts/ui_font_MiSansN.c
|
|
|
|
|
fonts/ui_font_MiSansN14.c
|
|
|
|
|
fonts/ui_font_symbols16.c
|
|
|
|
|
fonts/ui_font_symbolsalibaba.c
|
2025-03-07 15:13:29 +08:00
|
|
|
)
|
2025-03-03 22:30:53 +08:00
|
|
|
|
|
|
|
|
idf_component_register(SRCS ${SOURCES}
|
2025-03-13 10:26:19 +08:00
|
|
|
PRIV_REQUIRES driver lvgl FluxMod FluxWifi FluxUart
|
2025-03-03 22:30:53 +08:00
|
|
|
INCLUDE_DIRS "." )
|