2.2 tft ILI9340C

Forum announcements

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
rdeater
 
Posts: 1
Joined: Sat Sep 28, 2013 12:33 pm

2.2 tft ILI9340C

Post by rdeater »

need tutorial for wiring 2.2 tft ILI9340C to arduino

Thanks, Reynold

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: 2.2 tft ILI9340C

Post by adafruit_support_rick »

We don't have a tutorial up yet. The wiring is indicated in the example sktches:

Code: Select all

#define _sclk 13
#define _miso 12
#define _mosi 11
#define _cs 10
#define _rst 9
#define _dc 8

Locked
Please be positive and constructive with your questions and comments.

Return to “Announcements”