Hi @Martin KJELDSEN , can I do the same with the Flexbutton? I cannot find the equivalent to AbstractButton.cpp.Only found AbstractButtonContainer.hpp.
I tried changing the HorizontalSyncActive parameter and it worked!I just divided the calculated value by 2: hdsivideo_handle.HorizontalSyncActive = (HSA * laneByteClk_kHz) / LcdClock / 2;It seems that the sync pulse wasn't recognised, changing it t...
Tried it but same issue. My HAL_DSI_ConfigVideoMode configuration:hdsivideo_handle.VirtualChannelID = LCD_OTM8009A_ID; hdsivideo_handle.ColorCoding = DSI_RGB565 ; hdsivideo_handle.VSPolarity = DSI_VSYNC_ACTIVE_HIGH; hdsivideo_handle.HSPolarity = DSI...
I have the same problem. The whole screen is shifted to the right by random amount of pixels. It only happens when I reset the device with taking power off or reset pin.When I software reset after reprograming the shift never occurs. I use TouchGFX 4...