nopnop2002 / Raspberry-ili9340spi

ILI9340 SPI TFT Library & XPT2046 Touch Screen Library for Raspberry
MIT License
39 stars 16 forks source link

Compatability update: Adafruit 2.2" TFT with ili9340c #23

Open TimPasquini opened 2 years ago

TimPasquini commented 2 years ago

More of a notification for anyone looking to use the same board than an issue. I was able to successfully use your library to get this adafruit display to work with no modifications and by using the suggested pin-outs in the read-me. Pi hardware was a raspberry pi zero 2 w

GND to GND Vin to 3.3v D/C to GPIO 2 Rst to GPIO 3 LCD CS to GPIO 8 MOSI to GPIO 10 SCK to GPIO 11 BL to 3.3v

Do not connect the SDCD or MISO as these are for the SD card slot on the back of the board and will probably need modification to the code to get them to work.