TouchGFX with DSI Video mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-08 7:54 PM
Dear ST Team,
I'm doing a project about: display LCD (DSI Video mode) with TouchGFX. I have example TouchGFX DSI Adapted CMD mode, but can't find out example for DSI video mode.
Please give me some idea!!!
Thanks
Solved! Go to Solution.
- Labels:
-
TouchGFX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-09 1:10 AM
Hi, please select "Parallel RGB (LTDC)" from the TouchGFX Generator. It should work for DSI video mode. Our current Application templates for DSI are configured to Adapted command mode and as such have handlers to transfer bits of the framebuffer through dsi, manually. But for video mode, you don't need those, just the LTDC handler.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-09 1:10 AM
Hi, please select "Parallel RGB (LTDC)" from the TouchGFX Generator. It should work for DSI video mode. Our current Application templates for DSI are configured to Adapted command mode and as such have handlers to transfer bits of the framebuffer through dsi, manually. But for video mode, you don't need those, just the LTDC handler.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-10 8:09 PM
Hi Martin,
Thank you for your reply. It works well !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-11 2:34 AM
​Great :) I now realize there's no mention of this anywhere, so i'll add it to the documentation and perhaps change the option from inside Generator to indicate that it also works for DSI Video Mode.
