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
  • 842 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
  • 617 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
  • 970 Views
  • 4 replies
  • 1 kudos
Labels