Hi all,
on my custom board with STM32F200 and S1D13781 I have red and blue swapped. Is it possible to swap red and blue at runtime? There is LCD_SWAP_RB define, but in my opinion it is evaluated at compile time.
Ciao,
Lorenzo
So what is keeping you from flipping that define and recompiling?
In MDK-PRO the emWin library is supplied in binary form only... Anyway, I found the solution: the GUICC_M888 palette is the same as GUICC_888 but with blue and red swapped.
Thank you,