This is a library for the ILI9488 display products.
This library from Adafruit ILI9341 Arduino Library for spresense https://github.com/kzhioki/Adafruit_ILI9341
This library only support spresense.
This library must use the following patched library: https://github.com/Interested-In-Spresense/Adafruit-GFX-Library
MIT license, all text above must be included in any redistribution
To download. click the DOWNLOADS button in the top right corner, rename the uncompressed folder Adafruit_ILI9488. Check that the Adafruit_ILI9488 folder contains Adafruit_ILI9488.cpp and Adafruit_ILI9488.
Place the Adafruit_ILI9488 library folder your arduinosketchfolder/libraries/ folder. You may need to create the libraries subfolder if its your first library. Restart the IDE
Also requires the Adafruit_GFX library for Arduino.