Skip to main content
SPala.1
Visitor II
May 29, 2020
Question

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

  • May 29, 2020
  • 1 reply
  • 903 views

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

This topic has been closed for replies.

1 reply

waclawek.jan
Super User
May 29, 2020

> 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