Is there a simple 24-bit RGB LCD example code for the STM32F439/29?
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!