2021-07-14 06:22 PM
The project created by stm32f469 is set to RGB565. Asking if 24Bit Foramt can be used when using images in TouchGFX.
As far as I know, RGB565 is 16Bit and 24Bit is in RGB888 format.
Can I use a 24Bit image?
If the setting is RGB565, can you tell me if I must use a 16Bit image?
Solved! Go to Solution.
2021-07-19 05:35 AM
Hi,
You can use a 24bit image but it will be transformed into 16bit image by the DMA2D in your project.
/Romain
2021-07-19 05:35 AM
Hi,
You can use a 24bit image but it will be transformed into 16bit image by the DMA2D in your project.
/Romain