-
**Describe the problem you have/What new integration you would like**
I have an ILI9844, but the refresh time is quite long in 40MHz mode, and the 80MHz mode seems to crash my poorly designed PCB…
-
It is a 480x320 display.
Thanks
Tony
-
I'm trying the ILI9488 driver on a 3.5" screen: http://www.lcdwiki.com/3.5inch_SPI_Module_ILI9488_SKU:MSP3520
Using the same PCB, I was able to control a 2.2" and 2.8" ILI9341 screen, which shares th…
-
### The problem
With a fully wired ILI9488 connected over 4-wire SPI, any colors are rendered inverse to their definitions (i.e pink is green, white is black, black is white, etc.)
### Which ver…
-
Only including the LVGL and NMEA2000 libraries, the sketch can't be verified on Arduino IDE 1.8.10.
It appears to be missing ILI9488_t3.h, so after some digging I included a library that seems to w…
-
I need 2 different screen for 2 devices. Both bought here:
https://nl.aliexpress.com/item/32837085500.html?spm=a2g0o.order_list.order_list_main.5.17b579d2X3nRKb&gatewayAdapt=glo2nld
I have the 2.4" …
-
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:
```
C:\Users\Max\Documents\Arduino\sketches…
-
Hello,
I got the portrait mode to work by adding the following in the ILI9488.cpp
madctl |= MADCTL_COLUMN_ADDRESS_ORDER_SWAP;
The problem now is it says the width is 480 (long side) and the h…
-
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 of the Arduino Mega.
As long the reset button…
-
I have an esp32 and ili9488 connected in parallel, which have successfully lit up with your code, but did not fill the entire screen. When I tried to modify the resolution and chip model, it went blac…