2025-07-30 1:40 AM
It should be purple, but it shows up as blue. background is svg picture is normal.
2025-07-31 6:19 PM
rgb565 ,rgb888 im try.result can't.
2025-08-05 5:38 AM - edited 2025-08-05 5:38 AM
Hello @youxue ,
To me it doesn't look like a "TouchGFX" issue but more a display (configuration?) issue. What display do you use? Do you have backlight ON? Could you check your display driver and adjust gamma settings?
2025-08-07 8:13 PM
backlight is on.i use stm32cubemx Generated project. All other colors are quite normal, but it turns out that purple doesn't work.
2025-08-11 7:37 AM
Ok, and what about this?
@Osman SOYKURT wrote:
Could you check your display driver and adjust gamma settings?
Often, it is not only one color but all colors that are affected by the issue. However, sometimes the effects are less perceptible. Applying an extra layer, such as a box widget in the foreground with a specific color and alpha value, can also be an easy workaround. This approach slightly modifies the color to match your expectations, but it will still not provide the same visual appearance as on the simulator.
2025-08-28 8:46 PM - edited 2025-08-28 8:47 PM
There is no setting for the Alpha channel in the project。Other colors do have anomalies.
2025-09-15 4:13 AM
Hello @youxue ,
Did you find a solution for your issue? You said in your latest message other colors do have anomalies as well, so maybe the screen itself is problematic?
2025-09-15 9:58 PM
Thank you for all your replies, and special thanks to the official technical staff for their responses. I have tested with other screens, but the result was the same. It is presumably caused by an incorrect parameter in the generated code.