rename HardwareAbstractionInterface files

Change-Id: Ifb6a96c38da61cb80aabc6c929e392a2fc91cf29
This commit is contained in:
Matthew Colvin 2023-08-01 15:52:27 -05:00
parent 37b3a0642c
commit cf9430ca7c
7 changed files with 7 additions and 12 deletions

View file

@ -1,5 +1,5 @@
#pragma once
#include "HardwareAbstractionInterface.h"
#include "HardwareInterface.h"
#include <iostream>
#include <string>

View file

@ -44,7 +44,7 @@
<Import Project="LVGL.Portable.vcxitems" />
<Import Project="LVGL.Drivers.vcxitems" />
<ItemGroup>
<ClInclude Include="..\..\Platformio\include\OmoteUI\HardwareAbstractionInterface.h" />
<ClInclude Include="..\..\Platformio\include\OmoteUI\HardwareInterface.h" />
<ClInclude Include="..\..\Platformio\include\OmoteUI\Images.hpp" />
<ClInclude Include="..\..\Platformio\include\OmoteUI\OmoteUI.hpp" />
<ClInclude Include="HardwareSimulator.hpp" />
@ -62,7 +62,6 @@
<ClInclude Include="resource.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\Platformio\src\HardwareAbstractionInterface.cpp" />
<ClCompile Include="..\..\Platformio\src\OmoteUI.cpp" />
<ClCompile Include="HardwareSimulator.cpp" />
<ClCompile Include="LVGL.Simulator.cpp">

View file

@ -6,9 +6,6 @@
<ClInclude Include="lv_conf.h" />
<ClInclude Include="lv_drv_conf.h" />
<ClInclude Include="HardwareSimulator.hpp" />
<ClInclude Include="..\..\Platformio\include\OmoteUI\HardwareAbstractionInterface.h">
<Filter>OmoteUI</Filter>
</ClInclude>
<ClInclude Include="..\..\Platformio\include\OmoteUI\OmoteUI.hpp">
<Filter>OmoteUI</Filter>
</ClInclude>
@ -16,6 +13,9 @@
<ClInclude Include="..\..\Platformio\include\OmoteUI\Images.hpp">
<Filter>OmoteUI</Filter>
</ClInclude>
<ClInclude Include="..\..\Platformio\include\OmoteUI\HardwareInterface.h">
<Filter>OmoteUI</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Manifest Include="LVGL.Simulator.manifest" />
@ -27,9 +27,6 @@
<ItemGroup>
<ClCompile Include="LVGL.Simulator.cpp" />
<ClCompile Include="HardwareSimulator.cpp" />
<ClCompile Include="..\..\Platformio\src\HardwareAbstractionInterface.cpp">
<Filter>OmoteUI</Filter>
</ClCompile>
<ClCompile Include="..\..\Platformio\src\OmoteUI.cpp">
<Filter>OmoteUI</Filter>
</ClCompile>

View file

@ -3,7 +3,7 @@
#pragma once
#define LV_CONF_INCLUDE_SIMPLE
#include "HardwareAbstractionInterface.h"
#include "HardwareInterface.h"
#include "Images.hpp"
#include "lvgl.h"
#include <algorithm>

View file

@ -1 +0,0 @@
#include "HardwareAbstractionInterface.h"

View file

@ -1,7 +1,7 @@
#pragma once
#include "SparkFunLIS3DH.h"
#include "HardwareAbstractionInterface.h"
#include "HardwareInterface.h"
#include "WiFi.h"
#include "Wire.h"
#include "lvgl.h"