STM32F429 video output protocol for a SVGA display
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-08-01 2:00 PM
Hello,
I'm looking to use the STM32F429 to output data to an SVGA display. The supported video formats for the display are shown in the image below.
The display is actually a monochrome variant, so color is not relevant as the RGB lines are tied together.
The STM32F429 seems to support a number of RGB protocols, including RGB888. This seems to be the most likely correct protocol. to use with the fourth entry in the table above.
Out of curiosity however, does anyone see a way that any of the other first three protocols shown in that table could be used with the output protocols supported on the STM32?
Solved! Go to Solution.
- Labels:
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-08-01 11:17 PM
You want to use a lookup table and the L8 input format, to spare down on the input side bandwidth.
In that case, it doesn't really matter which format will you use on the output side, the controller is mostly agnostic of what's R, G and B, so you can simply use appropriately calculated values also in the YCbCr case. But why would you do that.
JW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-08-01 11:17 PM
You want to use a lookup table and the L8 input format, to spare down on the input side bandwidth.
In that case, it doesn't really matter which format will you use on the output side, the controller is mostly agnostic of what's R, G and B, so you can simply use appropriately calculated values also in the YCbCr case. But why would you do that.
JW
