Associate
July 12, 2022
Question
LTDC color issue
- July 12, 2022
- 2 replies
- 2456 views
Hi,
I am faced with some color issues on a custom board (STM32H7A3). A 800x480 24 bit LCD is connected and the LTDC pixel format is RGB888. For testing is set the background color within LTDC initialisation to:
hltdc.Init.Backcolor.Blue = 128;
hltdc.Init.Backcolor.Green = 128;
hltdc.Init.Backcolor.Red = 128;
i would expect grey but the screen shows light green
attached the ltdc code
any suggestion what could be wrong?
best regards
Sebastian
