Internal assert failure #75 - Dynamic Bitmap Creation is corrupt
Hello,
I am getting an Internal Assert error.
To be more precise:
"framework/source/platform/driver/lcd/LCD16bpp.cpp #75".
The call stack looks something like this:
touchgfx::LCD::drawPartialBitmap()
touchgfx::Image::draw() at Image.cpp:38 0x8017152
touchgfx::Screen::JSMOC() at 0x8052524
touchgfx::Screen::JSMOC() at 0x80524ce
touchgfx::Screen::startSMOC() at 0x8052546
touchgfx::Screen::draw() at 0x8052572
touchgfx::Application::draw() at 0x8051402
touchgfx::Application::cacheDrawOperations() at 0x80518d0
touchgfx::HAL::tick() at 0x804d4d6
touchgfx::HAL::backPorchExited() at HAL.hpp:541 0x80294ce
touchgfx::HAL::taskEntry() at 0x804d388
I inherit from image and want to display a dynamic bitmap on the image. The dynamic bitmap was previously populated by a CachableContainer.
Can anyone tell me where the error is?