why TouchGFX make images looks like a lot of lines!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-03 3: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.
- Labels:
-
LCD-LTDC
-
STM32H7 Series
-
TouchGFX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-03 6: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-03 6: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-05 12:29 AM
Thanks, It solved the problem.
