ILI9488
ILI9488 copied to clipboard
Arduino Library for the ILI9488 TFT controller for 4 wire SPI
Yield needed to stabilise on ESP8266. Will crash during demo otherwise.
hi can anyone help,i am getting error in compling the example graphictest. ILI9488.h:186:14: error: 'RwReg' does not name a type 186 | volatile RwReg *mosiport, *clkport, *dcport, *rsport, *csport; |...
Hey, i have connected an ILI9488 to an Arduino Mega using the pins of the HW SPI. There is nothing shown on the display unless i press the reset button...
I was playing with this library (thanks to the author and all contributors) and Teensy 4.0 and found these issue: > cannot convert 'volatile uint32_t* {aka volatile long unsigned int*}'...
When I compile your example sketch for an arduino uno, it works fine. However when I switch the board type to esp32 dev module, I get a bunch of errors:...
I am using ESP32 to interface with ili9488 but the display only shows white screen.I am using 4 wire SPI and I am able to read I'd registers by bitbanging...
Could the reduced color mode be enabled to send 3bits/pixel? From the ILI9488 datasheet: Reduced color modes: 262K colors (18-bit data, R: 6-bit, G: 6-bit, B: 6-bit) 65K colors (16-bit...
I'm using an ST Nucleo 144 (STM32F767zi) and ILI9488 display and want to enable DMA for faster drawing. The only way I can see DMA working is if __STM32F1__ is...
This fixes compiler warnings such as: ``` In file included from /home/ed/git/dryer-arduino/ui/src/graphicstest.ino:19: .pio/libdeps/nucleo_f446re/ILI9488_ID4667/ILI9488.h:135:65: warning: 'boolean' is deprecated [-Wdeprecated-declarations] 135 | pushColors(uint16_t *data, uint8_t len, boolean first), | ^ In file...
I am using version 1.8.8 of the Arduino, trying to compile with the Arduino Nano board. First error: 'PB1', 'PB3', 'PB0' and 'PB4' was not declared in this scope (so...