2020-04-02 07:22 AM
I am a bit new on stm32 hardware and TouchGFX and I have the following problem.
The screen slide transition works when running the simulator but not on the board.
From reading previous questions on this webpage my best guess is that the Animation Storage is not configured but the links referred to are to the old documentation and no longer seem to work.
If the Animation Storage is the problem how do I configure that?
Are there any Examples capable of running on the STM32F746G Discovery board that have working sliding screen transitions?
Solved! Go to Solution.
2020-04-03 01:18 AM
Hi,
The slide transition requires a third framebuffer (The cover transition does not) which can be configured when setting up the HAL (calling setFrameBufferStartAddresses from TouchGFXHAL::initialize() in TouchGFXHAL.cpp)
/Martin
2020-04-03 01:18 AM
Hi,
The slide transition requires a third framebuffer (The cover transition does not) which can be configured when setting up the HAL (calling setFrameBufferStartAddresses from TouchGFXHAL::initialize() in TouchGFXHAL.cpp)
/Martin
2020-04-03 03:36 AM
2020-04-03 04:53 AM
Hopefully this becomes more clear with the new documentation.
/Martin