Does STM32F429 support SPI RGB Serial Interface?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-12-30 5:52 AM
I found a LCD with OTA5182A driver in SPI & RGB interface. However its RGB is serial RGB not parallel RGB in STM32F429. Is there a way to allow the LCD controller to work with STM32F429 inside lcd display?
#interface-anything-to-anything- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-01-01 2:18 AM
So it goes back to just a standard interfacing problem:
http://www.8052.com/forum/read/160143
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-12-30 10:51 AM
The STM32's SPI neither knows nor cares anything about the meaning of the data it transfers - so you can program it to carry whatever data you like!
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-12-31 7:56 AM
The problem is that serial RGB has only 8-bit data line, the parallel has 3*8 data lines. The LCD control will be different. The Discovery board connected 24 data lines from LCD display. And there is no frame buffer (RAM) in serial RGB LCD display.
