STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

See if the Init Code conversion is correct?

It received the initial code for the ILI9806E.The codes you received are as follows.write_command(0xFF); // Change to Page 1 CMD write_data(0xFF); write_data(0x98); write_data(0x06); write_data(0x04); write_data(0x01); write_command(0x08); //Output S...

PKunK.1 by Associate III
  • 611 Views
  • 5 replies
  • 0 kudos

MIPI DSI Clock not starting

I've configured a skeleton CubeMX project upon which ive enabled the DMA2D, DSIHOST and LTDC IPs for a custom board. The boards test okay, access to the MCU, programming, sane registers, but upon flashing the CubeMX generated firmware the DSI clock ...

DAllo by Associate II
  • 492 Views
  • 2 replies
  • 0 kudos

Resolved! HAL_DSI_Read() - how to use it??

For a test I try to read current LCD brightness - 0x5E register using STM32F769-DISCO board with MB1166 OTM8009A LCD.DSI has been properly configured for the command mode - writing works OK. I know because display gets properly initialized.I looked e...

TDJ by Senior III
  • 783 Views
  • 4 replies
  • 1 kudos

DSI display interface doesn't work

HiI'm development a board with STM32F779a cpu connect with dsi display.I create the graphic wit TouchFX tools and included in the STM32cube ide design software.How example I see STM32f769i-disco demo, and received the init code of display by producer...

PZamb.2 by Associate III
  • 1981 Views
  • 13 replies
  • 0 kudos