2020-07-06 04:09 AM
I’m using STM32CubeIDE 1.2.1 and TouchGFX 4.13.0 with STM32F746G-DISC0 kit.
I would like to calculate an image at runtime and then display it. Is there a manual or something similar? I have tried the AnimationStorage, unfortunately getAnimationStorage() always returns a Zero.
2020-07-14 02:13 AM
Ok, ist working… im using Bitmap::setCache after TouchGFXGeneratedHAL::initialize();
2020-07-14 02:17 AM
Perfect :) That's the way.
2024-02-25 07:36 AM