jaretburkett / ILI9488

Arduino Library for the ILI9488 TFT controller for 4 wire SPI
82 stars 40 forks source link

Add support for the official Arduino framework Raspberry pi pico RP2040 #22

Open Garfius opened 1 year ago

Garfius commented 1 year ago

Added the compiler directive check for ARDUINO_ARCH_RP2040, and few small changes. graphicstest.ino <-- works ok Thanks.