cancel
Showing results for 
Search instead for 
Did you mean: 

SSD1963 init problem

jagtapabhijit06
Associate
Posted on May 26, 2016 at 12:47

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.

0690X00000604nrQAA.png

My LCD is from 

www.evolute-sol.com

and its part code is GM-M-057QV-A1F-L

Can anybody help? I will tell more

1 REPLY 1
Walid FTITI_O
Senior II
Posted on May 26, 2016 at 16:01

Hi jagtap.abhijit.002,

Try to follow the BSP drivers in the

http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-embedded-software/stm32cubef1.html

package. ''stm3210c_eval_lcd.c''

at this path:

STM32Cube_FW_F1_V1.4.0\Drivers\BSP\STM3210C_EVAL

-Hannibal-