Question
DSI Horizontal values calculator based on video modes BURST vs NOBURST and LP ENABLED vs DISABLED
Now i fight with my third DSI LCD and have trouble with set parameters.
CubeMX say , that adopt from LTDC , but on changes nothing is recalculated.
Please simply write me formulas for calculate this :
VidCfg.Mode = DSI_VID_MODE_BURST;
VidCfg.PacketSize = 480;
VidCfg.NumberOfChunks = 0;
VidCfg.NullPacketSize = 0;
//this values i need calculate
VidCfg.HorizontalSyncActive = 9;
VidCfg.HorizontalBackPorch = 87;
VidCfg.HorizontalLine = 1569;i know calculate from DSI datasheet , but this dont work everytime.
