How to display a picture or some lines on an STM32F769I-DISCO's LCD?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-22 8:31 AM
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,
Solved! Go to Solution.
- Labels:
-
LCD-LTDC
-
STM32F7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-22 8:52 AM
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
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-22 8:52 AM
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
Up vote any posts that you find helpful, it shows what's working..
