2016-05-26 03:47 AM
I am using a STM32F103VCT6 dev board to interface to a TFT LCD having SSD1963 driver.
I searched and implemented almost all drivers found on the internet, but i am unable to initialise the TFT.I am using 8 bit mode and when i connect the dev board , i get pixels as attached.My LCD is from and its part code is GM-M-057QV-A1F-LCan anybody help? I will tell more2016-05-26 07:01 AM
Hi jagtap.abhijit.002,
Try to follow the BSP drivers in the package. ''stm3210c_eval_lcd.c'' at this path: STM32Cube_FW_F1_V1.4.0\Drivers\BSP\STM3210C_EVAL -Hannibal-