2019-11-15 12:39 PM
Hello all,
I am extremely new, especially to STM32 development. I'm trying to develop with the STM32 NUCLEO-F439ZI board. There issues regarding initializing and getting started with Nucleo board. I want to be able to print solid colors on a 480x272 TFT that uses 24 bit RGB interface.
I think I have initialized the LTDC API but unsure how to initialize the frame-buffer and print colors on the TFT.
The data sheet for the TFT I am using if needed: http://www.newhavendisplay.com/specs/NHD-4.3-480272EF-ASXV-CTP.pdf
Any help is appreciated. Even pointing me to a web-page that can give me direction would be appreciated. Thank you in advance!
2019-11-17 12:03 AM
The STM32F429I-Discovery has on-board LCD, so you may perhaps hava a look at the examples for that board.
JW
PS. Please change your username to a normal nick.
2019-11-18 12:23 PM
Does the Discovery use RGB? I believe it does but I am uncertain. Also, do you know where I could find example code with parallel RGB interface?
Thank you for your time, I really appreciate any help.
I also changed my name! Thanks for that heads up!
2019-11-18 02:20 PM
Some of the EVAL board examples almost certainly have parallel RGB implementations one could inspect.
2019-11-18 02:34 PM
Do you possibly have a link to the example code?