LTDC: Display Compatibility Question
Hello,
I am looking to use the LTDC (LCD-TFT) feature to interface with a TFT display and potential touch controllers (CTP). I am uncertain on the requirements to interface with it and wanted to confirm a few details.
I have written software (generated by TouchGFX) that works with the STM32H7B3I-EVAL evaluation board. It utilizes a Rocktech display (RK070ER9427-CT).
For our application, we want to use Rocktech as well, but just a smaller screen. Therefore, we are using their RK043FN66HS-CTG. The only mentioned difference is that the 9427 utilizes a different touch controller than the 66HS, so a new driver for that will have to be written. That I understand. I also understand that the pinout is different between the two displays, but they both still have the common pins (R0-7, G0-7, B0-7, HSYNC, VSYNC, DE, CLK).
What I am unsure of is if there's a "LCD-TFT" driver that's device specific. For example, if I have a firmware working with the 9427, then change the resolution in the LTDC configuration (800x480 to 480x272) and change the hardware to match the pinout of the 66HS, will it work with the 66HS? Or is there more to consider than that?
