cancel
Showing results for 
Search instead for 
Did you mean: 

LCD display with LTDC for STM32H7

ardarda3537
Associate

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!

2 REPLIES 2
KDJEM.1
ST Employee

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.

How to set up the LTDC peripheral to interface with the display panel ATM0500D27-CT from AZ Displays - STMicroelectronics Community

- 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.

GaetanGodart
ST Employee