Skip to content

Commit

Permalink
Update to latest versions of lv_drivers/examples/lvgl
Browse files Browse the repository at this point in the history
  • Loading branch information
MCF committed Jul 10, 2019
1 parent 378f59e commit d6596b9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion visual_studio_2017_sdl/lv_drivers
2 changes: 1 addition & 1 deletion visual_studio_2017_sdl/lv_examples
2 changes: 1 addition & 1 deletion visual_studio_2017_sdl/lvgl
Submodule lvgl updated from 507c22 to a42154
4 changes: 3 additions & 1 deletion visual_studio_2017_sdl/visual_studio_2017_sdl.vcxproj
Expand Up @@ -157,6 +157,7 @@
<ClCompile Include="lvgl\src\lv_hal\lv_hal_tick.c" />
<ClCompile Include="lvgl\src\lv_misc\lv_anim.c" />
<ClCompile Include="lvgl\src\lv_misc\lv_area.c" />
<ClCompile Include="lvgl\src\lv_misc\lv_async.c" />
<ClCompile Include="lvgl\src\lv_misc\lv_circ.c" />
<ClCompile Include="lvgl\src\lv_misc\lv_color.c" />
<ClCompile Include="lvgl\src\lv_misc\lv_fs.c" />
Expand Down Expand Up @@ -315,6 +316,7 @@
<ClInclude Include="lvgl\src\lv_hal\lv_hal_tick.h" />
<ClInclude Include="lvgl\src\lv_misc\lv_anim.h" />
<ClInclude Include="lvgl\src\lv_misc\lv_area.h" />
<ClInclude Include="lvgl\src\lv_misc\lv_async.h" />
<ClInclude Include="lvgl\src\lv_misc\lv_circ.h" />
<ClInclude Include="lvgl\src\lv_misc\lv_color.h" />
<ClInclude Include="lvgl\src\lv_misc\lv_fs.h" />
Expand Down Expand Up @@ -449,4 +451,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
Expand Up @@ -99,6 +99,9 @@
<ClCompile Include="lvgl\src\lv_misc\lv_area.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="lvgl\src\lv_misc\lv_async.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="lvgl\src\lv_misc\lv_circ.c">
<Filter>Source Files</Filter>
</ClCompile>
Expand Down Expand Up @@ -569,6 +572,9 @@
<ClInclude Include="lvgl\src\lv_misc\lv_area.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="lvgl\src\lv_misc\lv_async.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="lvgl\src\lv_misc\lv_circ.h">
<Filter>Header Files</Filter>
</ClInclude>
Expand Down Expand Up @@ -952,4 +958,4 @@
</None>
<None Include="SDL2.dll" />
</ItemGroup>
</Project>
</Project>

0 comments on commit d6596b9

Please sign in to comment.