Skip to main content
Lbbby
Visitor II
April 18, 2020
Question

STM32F7690-DISCO .. Just run the LCD Brighrness function and the screen is broken.

  • April 18, 2020
  • 1 reply
  • 813 views

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​

This topic has been closed for replies.

1 reply

Martin KJELDSEN
Principal III
April 30, 2020

Just curious if you somehow figured out what this was. I don't remember having seen or heard about this issue before.

/Martin