WeActStudio / MiniSTM32H7xx

STM32H750VBT6/STM32H743VIT6 Core Board With 0.96'' TFT,TF Card,8MB QSPI FLASH,8MB SPI FLASH,DVP Port
GNU General Public License v3.0
288 stars 100 forks source link

LCD_Test program not working with STM32CubeIDE #21

Closed fhervias closed 2 years ago

fhervias commented 2 years ago

The LCD_TEST compiles and runs fine. I see the blinking led but LCD remains blank. Using STM32CubeIDE. I also called the LCD_Test function with same results. I traced the program and everything seems to run fine, I changed the color used with no luck.

Any idea how to solve this?

fhervias commented 2 years ago

Nevermind, I got it working. I had placed the call to LCD_Test before the init routines were called. Fixed that and test program works now using STM32CubeIDE 1.7.0 under Ubuntu.