Driving 24 Bit RGB Display With STM32F750. RGB565 or RGB666?
Hello,
I am new to TouchGFX and I am very impressed with not only your technology, but with how responsive this forum is. I have watched a number of tutorials on TouchGFX. I have an STM32F7508-DK development board and I have been able to successfully generate interesting user interfaces.
My question relates to porting TouchGFX to a 144 pin version of the STM32F750. I am designing a custom board with this chip. I have a very cost sensitive application and cannot use the BGA package. As a result . . . by the time I assign the FMC controller and the Quad SPI, I am only able to use the LTDC in either RGB565 mode or RGB666 mode. 16 bit color depth is fine with me, but I am forced to use a display with RGB888 interface format.
So . . . my questions are:
- Do I simply tie the lower order bits (R0, R1, B0, B1, G0, G1) on the display to GND?
- Should I use RGB565 or RGB666 mode?
- The ability to have transparent background bitmaps is very important in my application.
- Will there be any color banding in the transparent images if I tie the lower order bits to GND?
Thank you for your help.
All the best,
Max
