Sie sind auf Seite 1von 4

UTFT

Arduino and chipKit Universal TFT display library

Requirements

http://electronics.henningkarlsen.com

(C)2013 Henning Karlsen

The library require the following connections for 8 bit and 16 bit1 display modules (the
serial display modules does not have any required pins):
Signal

ITDB02 pin

DB04
DB14
DB24
DB34
DB44
DB54
DB64
DB74
DB8
DB9
DB10
DB11
DB12
DB13
DB14
DB15
RS
WR
RD
CS
REST

21
22
23
24
25
26
27
28
7
8
9
10
11
12
13
14
4
5
6
15
17

Arduino
2009/Uno/Leonardo
D8
D9
D10
D11
D12
D13
A0 (D14)
A1 (D15)
D0
D1
D2
D3
D4
D5
D6
D7

chipKit
Mega/Due
Uno322
Max323
D37
D3
D3
D36
D5
D5
D35
D6
D6
D34
D9
D9
D33
D10
D10
D32
D34
D39
D31
D36
D47
D30
D37
D77
D22
D26
D37
D23
D27
D36
D24
D28
D35
D25
D29
D34
D26
D30
D33
D27
D31
D32
D28
D32
D31
D29
D33
D30
Any free pin
Any free pin
Must be pulled high (3.3v)
Any free pin
Any free pin

ITDB02 pinout

1
2
3
4

16 bit Latched had its own requirements. See next page.


To use a 16 bit display module with a chipKit Uno32 you MUST place the JP4 jumper in the PWM/RD4 position (jumper over the two pins closest to the USB connector)
Pin-out is slightly different when using the AquaLEDSource shield. Please see the HW_PIC32_defines.h file.
Connect DB0 to DB7 to GND for 8bit display modules

Page 1

The 16 bit latched display shield has its own requirements:


Signal
DB0
DB1
DB2
DB3
DB4
DB5
DB6
DB7
CS
RS
WR
RST
ALE

Shield pin
D0
D1
D2
D3
D4
D5
D6
D7
A0
A1
A2
A3
A5

Arduino
2009/Uno/Leonardo/Mega
D0
D1
D2
D3
D4
D5
D6
D7
Any free pin
Any free pin
Any free pin
Any free pin
Any free pin

Due
Unsupported
Unsupported
Unsupported
Unsupported
Unsupported
Unsupported
Unsupported
Unsupported
Unsupported
Unsupported
Unsupported
Unsupported
Unsupported

chipKit
Uno32/Max32
Unsupported
Unsupported
Unsupported
Unsupported
Unsupported
Unsupported
Unsupported
Unsupported
Unsupported
Unsupported
Unsupported
Unsupported
Unsupported

Page 2

Arduino pin-mapping:

Also valid for Arduino Leonardo


Also valid for Arduino Due
chipKit pin-mapping:

Pin-out is slightly different when using the


AquaLEDSource shield.

Page 3

Das könnte Ihnen auch gefallen