Skip to content

Commit

Permalink
Add images to their own file to shrink OmoteUI
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewColvin committed Jul 30, 2023
1 parent 064d442 commit 438ef5b
Show file tree
Hide file tree
Showing 5 changed files with 1,045 additions and 1,002 deletions.
1 change: 1 addition & 0 deletions LVGL Simulator/LVGL.Simulator/LVGL.Simulator.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<Import Project="LVGL.Drivers.vcxitems" />
<ItemGroup>
<ClInclude Include="..\..\Platformio\include\OmoteUI\HardwareAbstractionInterface.h" />
<ClInclude Include="..\..\Platformio\include\OmoteUI\Images.hpp" />
<ClInclude Include="..\..\Platformio\include\OmoteUI\OmoteUI.hpp" />
<ClInclude Include="HardwareSimulator.hpp" />
<ClInclude Include="omoteconfig.h" />
Expand Down
3 changes: 3 additions & 0 deletions LVGL Simulator/LVGL.Simulator/LVGL.Simulator.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<Filter>OmoteUI</Filter>
</ClInclude>
<ClInclude Include="omoteconfig.h" />
<ClInclude Include="..\..\Platformio\include\OmoteUI\Images.hpp">
<Filter>OmoteUI</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Manifest Include="LVGL.Simulator.manifest" />
Expand Down
Loading

0 comments on commit 438ef5b

Please sign in to comment.