Converting from DSI LCD to RGB (parallel) LCD
Hi,
I am using the STM32H757-EVAL kit and TouchGFX with IAR Workbench. I have opened up the STMH747-EVAL kit project within TouchGFX and used it successfully with the DSI LCD. I however need to use a parallel RGB LCD for my needs. I have created a converter cable to interface the RGB LCD to the EVAL kit. I have modified the code to use the LTDC peripheral and can control the RGB LCD (turn it on, change background color etc). However when I use it with TouchGFX I encounter issues:
- Open project in TouchGFX and create background color (Yello) and a simple text box.
- Run Target with DSI LCD installed on EVAL kit.
- EVAL kit runs ok.
- Replace DSI LCD with RGB LCD on EVAL kit.
- Program modified code (IAR) using STProgrammer onto EVAL kit.
- At this stage the RGB LCD shows the background screen and text box exactly as shown on TouchGFX. If I reset the EVAL kit (using boards' reset button) the screen comes back. However if I unplug and plug back in the power cord to the EVAL kit, the screen doesn't show (LCD shows star pixels). Also any animations or screen changes I develop into TouchGFX dont get displayed on RGB LCD (they work on DSI LCD).
Any thoughts on the issue?
What is the established/documented procedure for changing code to switch from DSI LCD to RGB LCD? This info used to be available on the previous TouchGFX support site but I cant find the info on the new page that they have moved to.
