Why Lines have created at end of images in display ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-22 2:45 AM
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-22 3:05 AM
Hi,
Please find attached image.
We are working on our own design with STM32F769NI and were success in running Touch GFX application.
- But while running application we find lines are created at end of image. LCD configurations are 18-bit, DSI interface, capacitive touch, 240x320 Resolution.
- At some time DSI commands are Timeout but works properly when reset performed.
Configuration changed done on STCUBEMX are
- DSI changed to RGB666 format.
- Resolution change to 240x320 in TouchGFXHAL.cpp and STM32TouchController.cpp Touchpad configuration to 240x320 along with read id commands change.
Could you please support us.
Regards,
Kishore D
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-22 6:12 AM
Looks like an off-by-one issue managing image width. Check if it is in the bitmaps or the paint process.​
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-22 10:04 AM
Why you use RGB666 , TouchGFX can handle only 565 or 888 .
