Interfacing Graphic Displays with Parallel Port to the SPI Bus #1649
Replies: 2 comments 1 reply
-
That is how typical Raspberry Pi TFT's work, they use a 16 bit shift register but design issues with the way the write strobe is generated in that design limits the speed to 20Mbps. |
Beta Was this translation helpful? Give feedback.
-
Incidentally, I modified a Raspberry Pi TFT so it had a GPIO controlled write strobe. This means that for a block fill, a colour can be loaded into the 16 bit shift register and the WR toggled very fast N times, where N Is the number of pixels to write. This means a 320x480 screen can be cleared in less that 10ms. |
Beta Was this translation helpful? Give feedback.
-
SPI Interface for TFT.pdf
Connecting Graphic displays with parallel interface to the SPI without loosing speed but reducing the number of IOs. Is this possible? Yes, I developed some interface converters for this job. See the attached PDF.
Beta Was this translation helpful? Give feedback.
All reactions