2018-10-03 10:44 AM
Hello,
I am trying to set up CUBEMX so that it can support LCD display for the STM32F469i-Discovery board.
Unfortunately I had no luck in making the correct configurations to enable the LCD display or find an example project for the STM32 ac6 or maybe a .ioc file with LCD setings.
Is there anyone familiar with LCD on
STM32F469i?
What are the correct configurations?
Thank you!
2018-10-16 12:07 PM
all the examples I looked at, but I can not turn on 1 the pixel itself with an empty project
2018-10-16 12:21 PM
A single pixel just requires a few bytes written into the frame buffer, most people want to draw lines, triangle, rectangles and circles, so the BSP code does that as a baseline.
2018-10-16 09:23 PM
I know that. but unfortunately this information can't help me. doesn't answer my question.