2025-07-12 1:10 PM
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!