How to swap little-endian to big-endian in TouchGFX?
Hi Community,
I'm trying to connect STM32F412 with SPI LCD (ILI9341). And, I'm trying to run TouchGFX on this combination. The white and black color is correct. However, another colors are strange. I think that the endian is swapped. Might be, TouchGFX supports only little endian.
This ILI9341 device only support big-endian at using SPI port. If I use parallel port, it can choose both little-endian and big-endian. However, the target board supports only SPI.
So, I'd like to swap little-endian to big-endian at drawing. Where code do I need to modify?
Please give me your advice. Thank you.
Best regards,
Kotetsu
