STM32F469NI and NT35510 trying to determine LTDC parameters for custom LCD
- August 18, 2021
- 3 replies
- 1775 views
I have a situation with a custom LCD that has the NT35510 chip, within the image titled NT35510-Custom_LCD you will see static at the bottom of the screen, in the image NT35510-DISCO_LCD this is the screen for the STM32F469I-DISCO board that has the NT35510 and the are running the same code. The difference between the custom LCD and the DISCO LCD comes down to glass, touch panel.
The initial code I am using for this build has been taken from the STM32F469I example called LCD_DSI_CmdMode_TearingEffect_ExtPin because it had NT35510 set up code and I merged with with the STM32F469I-DISCO TouchGFX Designer generated project, I am still using the OTM8009A LTDC values as it work on the NT35510-DISCO LCD however I have framing issues on the custom LCD which I believe is attributed to the LTDC parameters related to the VSYNC, HSYNC, HBP, VBP, etc.
Parameters I am currently using:
- Vertical Sync: 1
- Vertical Back Porch: 1
- Vertical Front Porch: 1
- Vertical Active: 480
- Horizontal Sync: 1
- Horizontal Back Porch: 1
- Horizontal Front Porch: 1
- Horizontal Active: 200
How would I go about finding the needed parameters for the custom LCD to solve the framing issue?