2016-07-01 08:03 AM
Hello guys,
I am using Keil Uvision 5.2 and cube Mx for developing STM32 MCUs.and I want to Drive a TFT-LCD which the size is 2.8 inch and it has 320*240 pixels and it has ILI9328 driver inside.I have few information about driving this LCDs such as it has different modes for driving such as 8-bit parallel driving, 16bit parallel driving and SPI mode.and I found some libraries for driving this LCD but that is not clear to use and uses CMSIS drivers.could anybody helpd me optimizing this library for HAL and STM32Fx MCU and using FSMC.I really need this library please.!!!!:Dthank you #hal #lcd #cubemx #tft #keil2016-07-02 05:28 AM
Hi,
Maybe you can use the STM3210x eval boards from ST as reference, it use FSMC to connect to the TFT driver, and provide example source code.You can refer to this datasheet, it may be helpful and the ST web : TFT LCD interfacing with the high-density STM32F10xxx FSMC ()Regards