2022-10-22 09:57 AM
I tried both "Run Target" from TouchGFX Designer, and Cube IDE (Cube MX) compile / debug result is black screen. Compile, debug and run is without errors.
Solved! Go to Solution.
2022-11-14 06:33 PM
Ebby is right that the board has a new screen on it with a new NT35510MH lcd driver but the same old FT6336G touch controller. but I am not sure if the new LCD has implemented in your STM32F469-DISC board. the driver for old OTM8009A and new NT35510 is different, can you check which LCD is applied in your board?
2. old LCD OTM8009A: FRD397B2509V2
2022-11-14 11:06 PM
LCD originaly mounted on delivered 469i-Disco Board:
BL40220-005-A
400050W8 BBJBBC
FRD400B25025-A-CTK
BBJDJG
(Flex PCB)
FPC-400B25025V2
New LCD - (working LCD)
BL40200-001-A
400013W8 BAJAE
FRD337B250009-0-CTK
BAJBBB (I am not sure - there is thick layer of glue)
2022-11-15 12:38 AM
the originally LCD FRD400B25025-A-CTK is NT35510 driver, so you should used NT35510 driver in code.
2022-11-16 10:25 AM
Thanks for answer,
I tried replace driver OTM8009A by new driver NT35510.
Display is black.
Try change parameters (community.st link)
STM32F469I-DISCO NEW LCD Driver Missing NT35510
But still is black.
Final debug screen:
2022-11-16 06:22 PM
2022-11-16 11:20 PM
Hi,
Thanks for file.
Board is OK - LCD and others peripherals working.
//Nice picture on 800x480//
I tried make new project.
2022-11-17 12:00 AM
2022-11-17 06:11 AM
Hi, EXUE_2,
I replaced nt35510.c and nt35510.h files - no change - black screen.
My SW:
STM32CubeIDE - 1.10.1
STM32CubeMX - 6.6.1
TouchGFX - 4.20.0
Could you send me any simple working demo based on TouchGFX + CubeIDE + (CubeMX) ? Source code, I will try compile it.
Thanks.
2022-11-17 06:17 PM
Hi SPrik, I only have one demo project based IAR, if you want to get it, please give me your email.
2022-11-17 11:14 PM
Thanks for offer.
Is it TouchGFX based app?