STemWin & ili9341 driver
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-07-22 2:39 AM
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 & regardsSimon. #stemwin-ili9341
Labels:
- Labels:
-
STemWin
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-08-19 6:12 AM
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/.hMore details about LCD configuration provided in the Getting started with STemWin Library, section “3 How to use STemWin Library step by step�.Regards