Skip to main content
PKunK.1
Associate III
July 15, 2021
Solved

TouchGFX�?서 사용하는 �?�미지 형�? 문�?�?

  • July 15, 2021
  • 1 reply
  • 1087 views

0693W00000CzeCRQAZ.pngThe 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?

This topic has been closed for replies.
Best answer by Romain DIELEMAN

Hi,

You can use a 24bit image but it will be transformed into 16bit image by the DMA2D in your project.

/Romain

1 reply

Romain DIELEMAN
Romain DIELEMANBest answer
ST Employee
July 19, 2021

Hi,

You can use a 24bit image but it will be transformed into 16bit image by the DMA2D in your project.

/Romain