2020-02-17 10:02 PM
When I choose STM32H750VB, the number of RGB integers is not enough (sufficient to use 565 mode), and it is scattered. In order to facilitate the connection, can I mess the order of each color number?
2020-02-17 11:54 PM
Yes but only if
- you never use color conversion in LTDC or DMA2D or any software library
- you never use alpha blending
- you are able to convert any source picture to the "swapped" format
JW