cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a simple 24-bit RGB LCD example code for the STM32F439/29?

pka777
Associate II

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!

4 REPLIES 4

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.

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!

Some of the EVAL board examples almost certainly have parallel RGB implementations one could inspect.

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

Do you possibly have a link to the example code?