diff --git a/Middlewares/ST/touchgfx/framework/source/touchgfx/PaintImpl.cpp b/Middlewares/ST/touchgfx/framework/source/touchgfx/PaintImpl.cpp new file mode 100644 index 0000000..2328a6b --- /dev/null +++ b/Middlewares/ST/touchgfx/framework/source/touchgfx/PaintImpl.cpp @@ -0,0 +1,19 @@ +/** + * @file PaintImpl.cpp + * + * fixes definition of invalidateTextureCache + */ +#ifndef TOUCHGFX_PAINTIMPL_HPP +#define TOUCHGFX_PAINTIMPL_HPP + +#include + +namespace touchgfx { +namespace paint { + +void invalidateTextureCache() {} + +} // namespace paint +} // namespace touchgfx + +#endif // TOUCHGFX_PAINTIMPL_HPP diff --git a/STM32-for-VSCode.config.yaml b/STM32-for-VSCode.config.yaml index 487831c..9351c37 100644 --- a/STM32-for-VSCode.config.yaml +++ b/STM32-for-VSCode.config.yaml @@ -149,6 +149,7 @@ sourceFiles: - Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim_ex.c - Core/Src/system_stm32h7xx.c - Utilities/JPEG/jpeg_utils.c + - Middlewares/ST/touchgfx/framework/source/touchgfx/PaintImpl.cpp - Src/** - Core/Src/** - Core/Lib/**