2021-08-10 05:17 PM
2021-08-10 05:38 PM
Should be various DSI examples over the Cube F7, H7 and F4 including ones sending command packets.
Work project?
2021-08-11 01:06 PM
yes work project.
I have found a DSI demo for STM32F769I-DISCO but it is for Adaptive Command mode, not video. although it is easy to switch the mode in STM32CubeMX, the result has a lot to configure. I just don't know what I'm doing.
2021-08-11 02:06 PM
Following implements HAL_DSI_ShortWrite / HAL_DSI_LongWrite as DSI_IO_Write, which OTM8009A subsequently calls via a function pointer in the display object.
STM32Cube_FW_H7_V1.8.0\Drivers\BSP\STM32H747I-DISCO\stm32h747i_discovery_lcd.c
STM32Cube_FW_H7_V1.8.0\Drivers\BSP\Components\otm8009a\otm8009a.c
Less abstracted in
STM32Cube_FW_F7_V1.16.0\Drivers\BSP\STM32F769I-Discovery\stm32f769i_discovery_lcd.c
Dig up docs and linux drivers for the ILI9806E for a starting point