fix definition of invalidateTextureCache after TouchGFX update
This commit is contained in:
parent
653e178ff1
commit
23d946572b
@ -0,0 +1,19 @@
|
||||
/**
|
||||
* @file PaintImpl.cpp
|
||||
*
|
||||
* fixes definition of invalidateTextureCache
|
||||
*/
|
||||
#ifndef TOUCHGFX_PAINTIMPL_HPP
|
||||
#define TOUCHGFX_PAINTIMPL_HPP
|
||||
|
||||
#include <touchgfx/hal/Paint.hpp>
|
||||
|
||||
namespace touchgfx {
|
||||
namespace paint {
|
||||
|
||||
void invalidateTextureCache() {}
|
||||
|
||||
} // namespace paint
|
||||
} // namespace touchgfx
|
||||
|
||||
#endif // TOUCHGFX_PAINTIMPL_HPP
|
@ -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/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user