RGB888 vs RGB565 Display type configuration in CubeMX
Am working on STM32H745BIT6 device with 16bit external SDRAM, 800x480 resolution RGB parallel TFT-LCD. On the Hardware all 24 RGB lines are connected to LCD.and LCD also supports 24 RGB. Plan to use TouchGFX for developing application.
For using 565 color mode Do I have to set the Display type in cubeMX LTDC section to 565 or can it be kept as RGB 888 and configure application to use 565 for drawing purpose only.
To summarise I have 2 questions below,
- I believe in cubeMX the display type can be set to constant 888 mode and then TouchGFX application can use 565 or 888. Please confirm.
- if 888 color mode is to be used is 16 bit data bus SDRAM sufficient or need 32 bit SDRAM to use 888 color mode.
Thanks
Anuj