perf: Optimize the layout of project files and code.

This commit is contained in:
ShallowGreen123
2022-10-01 22:21:54 +08:00
parent a1144bbba8
commit 0300e33fa2
10 changed files with 82 additions and 124 deletions

View File

@@ -35,9 +35,8 @@
<Import Project="LVGL.Drivers.vcxitems" />
<ItemGroup>
<ClInclude Include="lvgl_mydemo\data\dataModel.h" />
<ClInclude Include="lvgl_mydemo\data\scr_mgr.h" />
<ClInclude Include="lvgl_mydemo\data\gui_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>
@@ -54,12 +53,11 @@
<ItemGroup>
<ClCompile Include="LVGL.Simulator.cpp" />
<ClCompile Include="lvgl_mydemo\data\dataModel.c" />
<ClCompile Include="lvgl_mydemo\data\scr_mgr.c" />
<ClCompile Include="lvgl_mydemo\data\gui_scr_mgr.c" />
<ClCompile Include="lvgl_mydemo\log\drv_log.c" />
<ClCompile Include="lvgl_mydemo\log\gui_log.c" />
<ClCompile Include="lvgl_mydemo\log\lib_log.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>