Assertion "0 &&& "L8_RGB565 Indexed Bitmap format is not supported!"
I am developing a graphic application on the STM32U5G9J-DK2.
To save memory space I configured L8_RGB565 image format.
After compiling I notice a good saving of resources in flash, but the following crash occurs:
assertion "0 && "L8_RGB565 Indexed Bitmap format is not supported!"" failed: file "touchgfx_nema/source/LCDGPU2D.cpp", line 1011, function: void touchgfx::LCDGPU2D::blitCopyL8(const uint8_t*, const uint8_t*, const touchgfx::Rect&, const touchgfx::Rect&, uint8_t)
How to solve?
My environment is the following:
- STM32CubeIDE 1.17.0
- STM32CubeMX 6.13
- STM32TouchGFX 4.23.0
- STM32Cube_FW_U5_V1.7.0
