RobertoBenjami / stm32_graphics_display_drivers

STM32 LCD drivers (currently: spi(dma), gpio, fsmc(dma), st7735, st7783, ili9325, ili9328, ili9341, ili9486, ili9488, hx8347g)
564 stars 110 forks source link

Please add support for display SSD1963 #31

Closed vailatis closed 1 year ago

vailatis commented 2 years ago

Hi, i'm trying to add support for display SSD1963 (800x480 7" display). I've copied the initialization commands sequence from another library that is working, but i'm just getting the display to initialize, startup and show something (like clear screen and draw a cirle) display a blue rectangle in the center of the screen with some sorta of circle all messed up. I have this display, so if you wanna try with my help to create this driver support, i'll be glad to contribute.

I attach here the code i've created for this display, if wanna check it: ssd1963.zip

RobertoBenjami commented 2 years ago

All right. Can you show a picture or video of what you do?