How do I apply LTDC parallel sync values to DSI interface
I'm having a real conceptual problem trying to visualise sync pulses going down the high speed DSI interface to a TFT LCD.
This means that I have no idea how to set up the LTDC values for HorizontalSync, VerticalSync, AccumulatedHBP etc etc. The ILI9806E (i.e. external GRAM) display document gives no hints on how the sync info is passed over (if it is at all!) on a DSI link, only on a parallel link where there are of course discrete control lines.
I've got to the point that HAL_DSI_PatternGeneratorStart() puts up a pattern that gradually fades away but even though I'm setting my display buffers correctly using DMA2D, the contents never seem to make it out of LTDC into the DSI world!!
I'm sure I'm missing something obvious but the CubeMX code has everything in a different order to the code in the LCD_DSI video mode examples which is making code reviews tricky.
