2020-05-29 02:50 AM
Is there any SSD1963 driver source compatible with STM32F030RCT6 micro-controller?
2020-05-29 03:32 AM
> 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