2020-04-18 01:27 PM
Function Use
HAL_DSI_ShortWrite(&hdsi,LCD_OTM8009A_ID, DSI_DCS_SHORT_PKT_WRITE_P1,OTM8009A_CMD_WRDISBV, (uint16_t)(value * 255)/100);
....
If you adjust the backlight in real time, the screen will break.
Mcu : STM32F769-DISCO
Tool
TouchGFX 4.13
CubeMX : 5.6.1
2020-04-30 03:09 AM
Just curious if you somehow figured out what this was. I don't remember having seen or heard about this issue before.
/Martin