Page 1 of 1

3.5inch Arduino Display ILI9486

Posted: Sun Jan 07, 2024 12:49 pm
by dds.m.blal
Hi
I bought a "3.5 inch Arduino display ILI9486" ,This is the product website http://www.lcdwiki.com/3.5inch_Arduino_Display-UNO

But I did not find the model of this screen on flowcode 8
Can it be turned on somehow?

Image

Re: 3.5inch Arduino Display ILI9486

Posted: Sun Jan 07, 2024 1:54 pm
by chipfryer27
Hi

As v10 doesn't feature a ILI9486 display I doubt v8 would either. However from a quick search it seems the ST7796 driver is very similar so you may be able to use a component based on that instead.

Regards

Re: 3.5inch Arduino Display ILI9486

Posted: Sun Jan 07, 2024 4:02 pm
by dds.m.blal
it have 8pins as data and 5pins

Re: 3.5inch Arduino Display ILI9486

Posted: Sun Jan 07, 2024 10:47 pm
by chipfryer27
Hi

Again a quick search suggests that the following drivers are compatible, differences being screen size or bus:-

HX8369 / ILI9488 / ILI9806 / ILI9327

The ILI9488 component is available for 8 / 16 pin parallel so perhaps try that? You will need to experiment regarding max screen size etc.

Regards