feat: Add the UI management function

This commit is contained in:
ShallowGreen123
2022-09-10 17:30:00 +08:00
parent c3211bf0f4
commit 39517d62b2
14 changed files with 988 additions and 38 deletions

View File

@@ -36,6 +36,9 @@
<ItemGroup>
<ClInclude Include="lvgl_mydemo\data\dataModel.h" />
<ClInclude Include="lvgl_mydemo\data\scr_mgr.h" />
<ClInclude Include="lvgl_mydemo\screen\gui_main_scr.h" />
<ClInclude Include="lvgl_mydemo\screen\gui_scr_mgr.h" />
<ClInclude Include="lvgl_mydemo\screen\gui_test1_scr.h" />
<ClInclude Include="lv_conf.h" />
</ItemGroup>
<ItemGroup>
@@ -53,6 +56,9 @@
<ClCompile Include="lvgl_mydemo\data\dataModel.c" />
<ClCompile Include="lvgl_mydemo\data\scr_mgr.c" />
<ClCompile Include="lvgl_mydemo\lvgl_app.c" />
<ClCompile Include="lvgl_mydemo\screen\gui_main_scr.c" />
<ClCompile Include="lvgl_mydemo\screen\gui_scr_mgr.c" />
<ClCompile Include="lvgl_mydemo\screen\gui_test1_scr.c" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="LVGL.Simulator.rc" />