cancel
Showing results for 
Search instead for 
Did you mean: 

STemWin & ili9341 driver

Posted on July 22, 2016 at 11:39

Hi,

I have been successful in getting a project running on a STM32F746-Nucleo-144 board and now want to add an LCD to it. I bought a 2.4 inch Arduino shield with ili9341 driver and 8 bit parallel connector as it fits neatly onto the Zio connector and because STemWin supports the driver.

However, despite many hours trying to understand how to configure LCDConf.h I have become more and more confused.

Can anyone give me simple instructions on what needs to be done. I see that the STM32F429-DISCO uses this display so I guess it should be straightforward to port to the STM32F7 boards.

Thanks & regards

Simon.

#stemwin-ili9341
1 REPLY 1
slimen
Senior
Posted on August 19, 2016 at 15:12

Hi,

You can refer to one of the many STM32F429-DISCO examples to see their LCDConf.h structure and get inspired from them to configure your files: LCDConf.c/.h

More details about LCD configuration provided in the

http://www.st.com/content/ccc/resource/technical/document/application_note/54/c9/95/42/8c/0b/43/69/DM00089670.pdf/files/DM00089670.pdf/jcr:content/translations/en.DM00089670.pdf

 Getting started with STemWin Library, section “3 How to use STemWin Library step by stepâ€�.

Regards