Arduino Library for the ILI9488 TFT controller for 4 wire SPI
82
stars
40
forks
source link
i use ili9488 to arduino nano anda i connect rts 13,cs 12,rs 11. after i try the example from the ili9488 library, the lcd just white screen. i need a help how to fix this,please thank you #24
this is my setup pin. i connect my rs pin to dc pin, are they have same function?
include "SPI.h"
include
include
define TFT_CS 12
define TFT_DC 11//my lcd pin RS
define TFT_RST 13
ILI9488 tft = ILI9488(TFT_CS, TFT_DC, TFT_RST);