diff --git a/Platformio/HAL/HardwareInterfaces/BatteryInterface.h b/Platformio/HAL/HardwareModules/BatteryInterface.h similarity index 100% rename from Platformio/HAL/HardwareInterfaces/BatteryInterface.h rename to Platformio/HAL/HardwareModules/BatteryInterface.h diff --git a/Platformio/HAL/HardwareInterfaces/DisplayAbstract.cpp b/Platformio/HAL/HardwareModules/DisplayAbstract.cpp similarity index 100% rename from Platformio/HAL/HardwareInterfaces/DisplayAbstract.cpp rename to Platformio/HAL/HardwareModules/DisplayAbstract.cpp diff --git a/Platformio/HAL/HardwareInterfaces/DisplayAbstract.h b/Platformio/HAL/HardwareModules/DisplayAbstract.h similarity index 100% rename from Platformio/HAL/HardwareInterfaces/DisplayAbstract.h rename to Platformio/HAL/HardwareModules/DisplayAbstract.h diff --git a/Platformio/HAL/HardwareInterfaces/UIInterface.h b/Platformio/HAL/HardwareModules/UIInterface.h similarity index 100% rename from Platformio/HAL/HardwareInterfaces/UIInterface.h rename to Platformio/HAL/HardwareModules/UIInterface.h diff --git a/Platformio/HAL/HardwareInterfaces/wifiHandlerInterface.h b/Platformio/HAL/HardwareModules/wifiHandlerInterface.h similarity index 100% rename from Platformio/HAL/HardwareInterfaces/wifiHandlerInterface.h rename to Platformio/HAL/HardwareModules/wifiHandlerInterface.h diff --git a/Platformio/platformio.ini b/Platformio/platformio.ini index bab66f5..841d482 100644 --- a/Platformio/platformio.ini +++ b/Platformio/platformio.ini @@ -40,7 +40,7 @@ build_flags = ; ------------- Includes ------------------------------------ -I OmoteUI -I HAL - -I HAL/HardwareInterfaces + -I HAL/HardwareModules lib_deps = lvgl/lvgl@^8.3.9 @@ -48,7 +48,7 @@ lib_archive = false build_src_filter = +<../OmoteUI/*> +<../HAL/HardwareAbstract.cpp> - +<../HAL/HardwareInterfaces/DisplayAbstract.cpp> + +<../HAL/HardwareModules/DisplayAbstract.cpp>