RobertoBenjami/stm32_graphics_display_drivers

ILI9881C driver

Honza123321 opened this issue · 1 comments

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.

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).