Hi @R.,
TouchGFX is display agnostic, in a sense, so we don't support display drivers. We have support for some "display interfaces", however. The drivers are up to the user to integrate.
But, we do have application templates that are based on the drivers that you mention because of the display attached to the board. So i can't give you a complete driver list =) Because it would be inifinitely long.
TouchGFX is a framework that renders screens into memory. It is up to the user (CubeMX can help in cases of LTDC/DSI) to specify how that data should be transferred to the display. We have TouchGFX running on Parallel RGB displays, SPI displays, DSI displays, e-ink, etc. You can use anything.
Have you made any considerations as to the dimensions and interface type?
/Martin