2020-09-03 03:19 AM
Hi,
I have make a simple Project, with STM32H750, Just a simple on/off button and progress bar, I have used LTDC , Graphic accelerator and the simple widgets looks Ok, But some widgets with pictures like the on/off button and or analog clock would render like dashed lines! even in simulator!
what can be wrong?
Regards
Solved! Go to Solution.
2020-09-03 06:36 AM
Hi,
You should always put a background to your projects otherwise you will have some tearing at one point. Just use a box widget that you rename background. Give it a try to see if that solves your tearing issue.
/Romain
2020-09-03 06:36 AM
Hi,
You should always put a background to your projects otherwise you will have some tearing at one point. Just use a box widget that you rename background. Give it a try to see if that solves your tearing issue.
/Romain
2020-09-05 12:29 AM
Thanks, It solved the problem.