RobertoBenjami / stm32_graphics_display_drivers

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

ILI9881C driver #16

Closed Honza123321 closed 2 years ago

Honza123321 commented 4 years ago

Hi,

I am working on display for electric motorcycle.

I have STM32F769i-Discovery and WF50DSYA3MNN0. This display has ILI9881C driver. I have connected display and kit through converter board.

I find out your drivers for ili9486, ili9488,... I would to ask, if there is posibilty modify this code and use it for ILI9881C driver.

Thanks for your advice. Best regards Honza.

RobertoBenjami commented 4 years ago

Unfortunately, I do not have such a display. I don't have a MIPI DSI interface in any of my controllers. The https://github.com/RobertoBenjami/stm32_vga driver may need to be modified to work with it. Be sure to add external SDRAM memory to the framebuffer (720x1280x16bit/pixel = 1.85MB).