STM32L4R9I-DISCO with new ST7796H2 display driver
Working on getting a new TFT DSI LCD display to work on the STM32L4R9I-DISCOVERY kit. It uses the ST7796H2 display driver. emWin shows they have added support for this in their 5.36 version in the GUIDRV_FlexColor files, but STemWin is only reved to 5.32.
TouchGFX doesn't use the GUIDRV_FlexColor, where are the hardware specific files for editing to add support for this new LCD? I've read: (https://touchgfx.zendesk.com/hc/en-us/articles/204993942-Changing-to-a-different-display) but it doesn't mention specific file and I've browsed through various files without noticing the right one to work with. (GuiConfig.h, gui_main.h/cpp, stm32l4xx_hal_lcd.h, ...)
Thanks for your guidance and support.