2025-07-12 1:10 PM - last edited on 2025-07-14 1:45 AM by KDJEM.1
I'm trying to learn how to use the LCD display on the STM32H745I-DISCO board.
(I'm a beginner at coding, so please go easy on me!)
Right now, I'm just trying to display basic text on the screen, but nothing shows up, it's either all white or all black depending on the settings in the ltdc.c file.
I've tried different (and maybe even nonsense) functions to fix it, but nothing worked so far.
I couldn’t find many resources, especially for the STM32H7 series, so I’m feeling a bit stuck.
My goal for this project is to read data from the ADC and show it on the screen (like speed etc.), nothing too fancy.
If you have any advice or guidance, I’d be very eager to hear it!
2025-07-14 1:42 AM - edited 2025-07-14 1:42 AM
Hello @ardarda3537 and welcome to the community;
I recommend referring to some available resources to start with LCD and get inspired to configure your own project:
- Introduction to LCD-TFT display controller (LTDC) on STM32 MCUs - Application note and precisely "7 LTDC application examples" section.
- LTDC examples tested with STM32H745I-DISCO board: LTDC_Display_1Layer and LTDC_Display_2Layers
I hope this help you.
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-07-14 7:45 AM
Hello @ardarda3537 ,
The simplest way to control your Display is to sue TouchGFX Designer since you use a discovery board.
https://www.youtube.com/watch?v=OMeiG9jS-yk&list=PLnMKNibPkDnF9x-s1e-v9Wtvv-fB88VWA
If you want to do everything from scratch, look at this!:
Regards,