Adafruit_ILI9488.h

In file included from C:\Users\MHMD RFKI\AppData\Local\Temp.arduinoIDE-unsaved2025225-1088-1x4yvk4.ajfn\sketch_mar25a\sketch_mar25a.ino:2:
C:\Users\MHMD RFKI\Documents\Arduino\libraries\Adafruit_ILI9488/Adafruit_ILI9488.h:22:10: fatal error: ../Adafruit_GFX_32/Adafruit_GFX_32.h: No such file or directory
#include "../Adafruit_GFX_32/Adafruit_GFX_32.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1

Compilation error: exit status 1

Please help

I was unaware that Adafruit had produced a library to support the ILI9488.

With no sketch, and no links to the library(s) used, no help is possible.

Please read How to get the best out of this forum, follow the advice found there, and try again.

I want to run a program from esp32S3 with 3.5 tft spi with ILI9488 driver, is there any other way?

You could write your own ILI9488 code. That's what others have done.

Good luck with your project, whatever it is.

thanks bro

Hi @mhmdrfki_13 ,

as posted by @van_der_decken the missing library seems not to exist...

If you are using the library from azmathmoosa, see here

https://github.com/azmathmoosa/ILI9488/issues/1

The developer could not remember where the lib came from. (almost 7 years ago). And even Google cannot find it.

You might try this instead

https://hackaday.io/project/175827/instructions

or search the Internet for other examples using an ILI9488.

Good luck!
ec2021

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.