2026-01-04 9:09 AM
I have studied using the STM32F429I-DISC1 board with TouchGFX and can already implement buttons, LEDs, and ADC. However, I have a project that requires using a different LCD that uses the SSD2119. Can I directly replace the LCD, or are there additional parts of the code that need to be modified? Please guide me.
2026-01-08 5:40 AM
Hello @NakornThree.
Which display interface are you planning to use?
It looks like your selected display does not support parallel RGB interface, which is what the TBS available in TouchGFX Designer is configured for. Therefore, you cannot directly replace the display with the current TBS setup.
However, TouchGFX Designer includes TBS examples demonstrating both 8080 and 4-wire SPI display interfaces. I recommend reviewing these examples if you decide to use one of those interfaces.
Best regards,
Johan
2026-01-23 1:16 AM
Hello @NakornThree.
Have you been able to make any progress?
Could you please elaborate on the targeted display interface?
Best regards,
Johan