2020-10-20 10:31 PM
I'm working on STM32H7 controller with TFT LCD.
Can anyone help me to splash screen for 3 seconds(The image should display for 3 sec and then switch to default screen).
Thank you
Komala
2020-10-23 01:48 AM
Hi,
What have you tried ? Could you explain exactly what you wish to do? You just want to display an image and then remove it after 3s?
Are you using the handleTickEvent() function ? Unless your hardware is not properly configured or you have a "heavy" UI (with complex 3d animations for example), 60 ticks should be 1 second. So you could wait for 180 ticks then set the image as non visible, with the NameOfImage.setVisible(false) function.
/Romain
2020-10-26 01:03 AM
Hi,
Just adding my two cents, the easiest way is to do it from the Designer tool:
Best regards
Nicolas
2020-10-26 01:20 AM
Hi,
Thank you so much for your response and support.. Its working fine as i expected.
Thank you
Komala
2020-10-26 01:20 AM
One more thing .. Is that possible to scroll the values using hardware button.
2023-12-07 10:29 PM
Hi,
Actually the screen transition is working by enabling the RtoS. But I need the screen transition should happen by disabling the RtoS in my project. But unfortunately it is not happening in my case.
Can you elaborate the reason and how to do the screen transition by disabling the Rtos ?
Thank you...