From 999bb78f0624c2f8b23d5f2e68b57a5b54419575 Mon Sep 17 00:00:00 2001 From: Matthew Colvin Date: Tue, 1 Aug 2023 15:52:27 -0500 Subject: [PATCH] rename HardwareAbstractionInterface files Change-Id: Ifb6a96c38da61cb80aabc6c929e392a2fc91cf29 --- LVGL Simulator/LVGL.Simulator/HardwareSimulator.hpp | 2 +- LVGL Simulator/LVGL.Simulator/LVGL.Simulator.vcxproj | 3 +-- .../LVGL.Simulator/LVGL.Simulator.vcxproj.filters | 9 +++------ ...ardwareAbstractionInterface.h => HardwareInterface.h} | 0 Platformio/include/OmoteUI/OmoteUI.hpp | 2 +- Platformio/src/HardwareAbstractionInterface.cpp | 1 - Platformio/src/HardwareRevX.hpp | 2 +- 7 files changed, 7 insertions(+), 12 deletions(-) rename Platformio/include/OmoteUI/{HardwareAbstractionInterface.h => HardwareInterface.h} (100%) delete mode 100644 Platformio/src/HardwareAbstractionInterface.cpp diff --git a/LVGL Simulator/LVGL.Simulator/HardwareSimulator.hpp b/LVGL Simulator/LVGL.Simulator/HardwareSimulator.hpp index f650b3c..a7d564c 100644 --- a/LVGL Simulator/LVGL.Simulator/HardwareSimulator.hpp +++ b/LVGL Simulator/LVGL.Simulator/HardwareSimulator.hpp @@ -1,5 +1,5 @@ #pragma once -#include "HardwareAbstractionInterface.h" +#include "HardwareInterface.h" #include #include diff --git a/LVGL Simulator/LVGL.Simulator/LVGL.Simulator.vcxproj b/LVGL Simulator/LVGL.Simulator/LVGL.Simulator.vcxproj index 3aa4976..7ee2cb4 100644 --- a/LVGL Simulator/LVGL.Simulator/LVGL.Simulator.vcxproj +++ b/LVGL Simulator/LVGL.Simulator/LVGL.Simulator.vcxproj @@ -44,7 +44,7 @@ - + @@ -62,7 +62,6 @@ - diff --git a/LVGL Simulator/LVGL.Simulator/LVGL.Simulator.vcxproj.filters b/LVGL Simulator/LVGL.Simulator/LVGL.Simulator.vcxproj.filters index 9aaeef2..eaa703f 100644 --- a/LVGL Simulator/LVGL.Simulator/LVGL.Simulator.vcxproj.filters +++ b/LVGL Simulator/LVGL.Simulator/LVGL.Simulator.vcxproj.filters @@ -6,9 +6,6 @@ - - OmoteUI - OmoteUI @@ -16,6 +13,9 @@ OmoteUI + + OmoteUI + @@ -27,9 +27,6 @@ - - OmoteUI - OmoteUI diff --git a/Platformio/include/OmoteUI/HardwareAbstractionInterface.h b/Platformio/include/OmoteUI/HardwareInterface.h similarity index 100% rename from Platformio/include/OmoteUI/HardwareAbstractionInterface.h rename to Platformio/include/OmoteUI/HardwareInterface.h diff --git a/Platformio/include/OmoteUI/OmoteUI.hpp b/Platformio/include/OmoteUI/OmoteUI.hpp index 3c3aa56..7692015 100644 --- a/Platformio/include/OmoteUI/OmoteUI.hpp +++ b/Platformio/include/OmoteUI/OmoteUI.hpp @@ -3,7 +3,7 @@ #pragma once #define LV_CONF_INCLUDE_SIMPLE -#include "HardwareAbstractionInterface.h" +#include "HardwareInterface.h" #include "Images.hpp" #include "lvgl.h" #include diff --git a/Platformio/src/HardwareAbstractionInterface.cpp b/Platformio/src/HardwareAbstractionInterface.cpp deleted file mode 100644 index ebd27a2..0000000 --- a/Platformio/src/HardwareAbstractionInterface.cpp +++ /dev/null @@ -1 +0,0 @@ -#include "HardwareAbstractionInterface.h" diff --git a/Platformio/src/HardwareRevX.hpp b/Platformio/src/HardwareRevX.hpp index 43335fb..f618880 100644 --- a/Platformio/src/HardwareRevX.hpp +++ b/Platformio/src/HardwareRevX.hpp @@ -1,7 +1,7 @@ #pragma once #include "SparkFunLIS3DH.h" -#include "HardwareAbstractionInterface.h" +#include "HardwareInterface.h" #include "WiFi.h" #include "Wire.h" #include "lvgl.h"