cancel
Showing results for 
Search instead for 
Did you mean: 

why TouchGFX make images looks like a lot of lines!

ali_dehbidi
Senior

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

1 ACCEPTED SOLUTION

Accepted Solutions
Romain DIELEMAN
ST Employee

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

View solution in original post

2 REPLIES 2
Romain DIELEMAN
ST Employee

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

ali_dehbidi
Senior

Thanks, It solved the problem.