2016-07-22 02:39 AM
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 & regardsSimon. #stemwin-ili93412016-08-19 06:12 AM
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/.hMore details about LCD configuration provided in the Getting started with STemWin Library, section “3 How to use STemWin Library step by step�.Regards