Skip to main content
MSm
Associate II
February 23, 2022
Solved

LTDC565 to LCD RGB888

  • February 23, 2022
  • 1 reply
  • 2593 views

Hi everyone,

According to AN486, It's possible to connect a "RGB666 display panel" to a MCU with RGB888 LTDC peripheral. (Uploaded Picture).

Now, Is it passible to connect a "RGB888 display panel" to a MCU which equipped by LTDC565 peripheral? How is connections?

Regards 

This topic has been closed for replies.
Best answer by waclawek.jan

Yes, but with decreased color resolution.

The usual way is to connect the LSB bits to the available LSB, i.e. connect panel's R0+R1+R2+R3 to controller's (mcu's) R0 (observing pin loading), R4 to R1, R5 to R2, R6 to R3 and R7 to R4; other colors similarly.

JW

1 reply

waclawek.jan
waclawek.janBest answer
Super User
February 23, 2022

Yes, but with decreased color resolution.

The usual way is to connect the LSB bits to the available LSB, i.e. connect panel's R0+R1+R2+R3 to controller's (mcu's) R0 (observing pin loading), R4 to R1, R5 to R2, R6 to R3 and R7 to R4; other colors similarly.

JW

MSm
MSmAuthor
Associate II
February 25, 2022

Thank you