How to use X-NUCLEO-GFX02Z1 display expansion board with Nucleo-F746ZG board (STM32F746ZGT MCU)?
Hi. So I use the Nucleo-F746ZG board (STM32F746ZGT MCU) and got the display expansion board X-NUCLEO-GFX02Z1. As environment I normally use Keil uvision 5. STM offers a library only for XCube, so tried that out instead of using Keil but it gives me an incompatibility error. After having a look into the (deprecated?) library, I figured out that the expansion board uses a ILI9341 display controller and got the documentation for that and currently try communicating with the display controller without a library as of now. A first read command works, so I think the hardware should be ok. However, I would prefer using a library first of all, because it would be very time consuming to write a library myself. Also had a look in the internet, there are libraries on GitHub but mostly using SPI interface. Because of the pin mapping, I have to use the 8080 I MCU 8-bit parallel interface. Other ones using parallel interface are hard to adapt to STM32F746ZGT. So do you have any recommondations on how to deal with the problem? Thank you for your help.
