Wrong Color on device if set with getColorFromRGB but correct on simualtor after upgrading both, touchgfx to 4.18 and stm32f4 firmware from 1.26.1 to 1.26.2
If I set the color of a box widget with setColor and the touchgfx::colortype is 0xFF494949, the color on the LCD is blue but not grey. This problem happens after the updates.
The color value is produced by Color::getColorFromRGB() from the 3 base colors set to 0x49.
As I understand from the description of getColorFromRGB, it should return a display specific value for the color?
I have read that there was a change in the color functions. How can I correct set the color from the 3 RGB-Values (0..255)?
