feat: Add the UI management function
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user