cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to integrate SSD1963 5.1 inch LCD with the STM32F030RCT6 controller?

SPala.1
Associate

Is there any SSD1963 driver source compatible with STM32F030RCT6  micro-controller?

1 REPLY 1

> Is it possible to integrate SSD1963 5.1 inch LCD with the STM32F030RCT6 controller?

Yes, the SSD1963 provides a built-inframebuffer, so there's no particular requirement on the mcu's timing. You would need to bit-bang the interface and changes on the screen will be relatively slow.

> Is there any SSD1963 driver source compatible with STM32F030RCT6  micro-controller?

You mean, something you'd just take and use? Most probably no. Read the SSD196 datasheet and design your interface accordingly. You can get inspired in the various arduino-targeted software on the web, or e.g. see this.

JW