cancel
Showing results for 
Search instead for 
Did you mean: 

Hi, I was wondering how would i output to the display that comes with my STM32H747i-disco. I wanted to do a test hello world. What would i need to do to get it working. I have the cube IDE installed and have flashed a test demo program to the screen.

HSyed.1
Associate II

What do i need to do to interface with the display to print a hello world program or to have a shape/ clock appear on the screen. How would i get audio working. I have used arduino/ raspi / and tm4c from ti and I am a bit lost trying to use the stm32h747i-disco.

2 REPLIES 2

Perhaps look at the BSP example, how it positions and sends strings to the screen.

STM32Cube_FW_H7_V1.8.0\Projects\STM32H747I-DISCO\Examples\BSP\CM7\Src\main.c

Got some line and circle drawing examples

STM32Cube_FW_H7_V1.8.0\Projects\STM32H747I-DISCO\Examples\BSP\CM7\Src\lcd.c

STM32Cube_FW_H7_V1.8.0\Drivers\BSP\STM32H747I-DISCO\stm32h747i_discovery_lcd.c

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

How can I add the BSP library/driver to a project I am working on.