cancel
Showing results for 
Search instead for 
Did you mean: 

How to display a picture or some lines on an STM32F769I-DISCO's LCD?

LleytoN
Associate II

Hello everyone!

To be honest, I have been struggling for a while with the LCD of my STM32F769I-DISCO in order to display on this one either a picture or a word. The screen stays switched off (or it looks like it). I have already followed many instructions available on the Internet and I still don't find any solution. Do some complete tutorials exist, especially in a video format?

I'm using STM32CubeIDE.

I truly thank you in advance for your help.

Sincerely,

1 ACCEPTED SOLUTION

Accepted Solutions

Perhaps look at actual buildable examples, sorry more of a Keil / reading/static-analysis guy..

The BSP driver code has text and line drawing code

STM32Cube_FW_F7_V1.16.0\Projects\STM32F769I-Discovery\Applications\Display\LCD_PicturesFromSDCard

STM32Cube_FW_F7_V1.16.0\Projects\STM32F769I-Discovery\Examples\BSP\Src

STM32Cube_FW_F7_V1.16.0\Drivers\BSP\STM32F769I-Discovery\stm32f769i_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..

View solution in original post

1 REPLY 1

Perhaps look at actual buildable examples, sorry more of a Keil / reading/static-analysis guy..

The BSP driver code has text and line drawing code

STM32Cube_FW_F7_V1.16.0\Projects\STM32F769I-Discovery\Applications\Display\LCD_PicturesFromSDCard

STM32Cube_FW_F7_V1.16.0\Projects\STM32F769I-Discovery\Examples\BSP\Src

STM32Cube_FW_F7_V1.16.0\Drivers\BSP\STM32F769I-Discovery\stm32f769i_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..