cancel
Showing results for 
Search instead for 
Did you mean: 

I bought a stm32f769i disco evaluation board and i would like to download some sample program to start working with it, i first need to be able to access the 4 inchs lcd screen. Thanks for your help.

JGIRO.1
Associate
 
1 ACCEPTED SOLUTION

Accepted Solutions
SofLit
ST Employee

Hello,

Look at the examples provided under the path \Projects\STM32F769I-Discovery\Examples\LCD_DSI in STM32CubeF7 package

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

View solution in original post

3 REPLIES 3

Should be dozens of examples in the CubeF7 ​repository, look there.

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

Hello,

Look at the examples provided under the path \Projects\STM32F769I-Discovery\Examples\LCD_DSI in STM32CubeF7 package

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
JGIRO.1
Associate

Thanks for your answer, i downloaded the examples and compiled those in double buffer that change between two images every two seconds, it works but i can't execute it step by step, do you know why or where to put a breakpoint to analyse the state of the TFT register when an image is displayed ?

Thanks for your support