ILI9488 icon indicating copy to clipboard operation
ILI9488 copied to clipboard

Arduino Library for the ILI9488 TFT controller for 4 wire SPI

Results 16 ILI9488 issues
Sort by recently updated
recently updated
newest added

The display just show diff. white backround, no error.clock signal is wrong No display. The Clock signal is not regulary. ![clk](https://user-images.githubusercontent.com/32824793/65382198-d92eb980-dcff-11e9-8d89-ec9af94555f3.png) Only once i was lucky to get some graphic....

Each field of keywords.txt is separated by a single true tab. When you use multiple tabs it causes the field to be interpreted as empty. On Arduino IDE 1.6.5 and...

hello, I am using ILI9488 with ESP32 in 4 wire SPI mode. Constructor used is `ILI9488 tft = ILI9488(5, 12, 4,2,14,34); //TFT_CS, TFT_DC, TFT_MOSI, TFT_CLK, TFT_RST, TFT_MISO` When i am...

This is not a good way to do such conversion: `uint8_t r = (color & 0xF800) >> 11;` `uint8_t g = (color & 0x07E0) >> 5;` `uint8_t b = color...

Added the compiler directive check for ARDUINO_ARCH_RP2040, and few small changes. graphicstest.ino