Difference between revisions of "ITDB02-2.2S/zh-cn"
From ITEAD Wiki
(Created page with "==使用说明== <big>'''显示micro SD中的图片'''</big> *下载Adafruit_ILI9340的库,地址为:https://github.com/adafruit/Adafruit_ILI9340 , 把库解压到'''\ardu...") |
(Created page with "*把'''Adafruit_ILI9340\examples\spitftbitmap'''目录下的'''woof.bmp'''图片拷贝到micro SD卡中。然后插到ITDB02-2.2S模块的micro SD卡座上。") |
||
Line 87: | Line 87: | ||
*下载Adafruit_ILI9340的库,地址为:https://github.com/adafruit/Adafruit_ILI9340 , 把库解压到'''\arduino\libraries'''目录下 | *下载Adafruit_ILI9340的库,地址为:https://github.com/adafruit/Adafruit_ILI9340 , 把库解压到'''\arduino\libraries'''目录下 | ||
− | * | + | *把'''Adafruit_ILI9340\examples\spitftbitmap'''目录下的'''woof.bmp'''图片拷贝到micro SD卡中。然后插到[[ITDB02-2.2S]]模块的micro SD卡座上。 |
*Use arduino IDE to open '''spitftbitmap.ino''' in the directory '''Adafruit_ILI9340\examples\spitftbitmap''' then upload it to UNO main board. Select 5V electronic level in the 2.2S LCD module, then use dupont lines to connect UNO and LCD module according to the table as below: | *Use arduino IDE to open '''spitftbitmap.ino''' in the directory '''Adafruit_ILI9340\examples\spitftbitmap''' then upload it to UNO main board. Select 5V electronic level in the 2.2S LCD module, then use dupont lines to connect UNO and LCD module according to the table as below: |
Revision as of 02:44, 21 July 2014
Contents
概述
ITDB02-2.2S 是一个2.2inch SPI TFT LCD屏幕模块,分辨率为320X240,262K种颜色。LCD模块的控制芯片为ILI9341,它的接口是SPI的,需要6根线(SCK,MISO,MOSI,CS,D/C,RST)来控制。而且,这个模块还包含了micro SD卡接口。
购买 ITDB02-2.2S
特色
- 兼容3.3/5V操作电平
- 自带micro SD卡接口
- 支持IO口或PMW来控制背光
规格
PCB 尺寸 | 41mm X 68mm X 1.6mm |
电源电压 | 5V DC |
控制芯片 | ILI9341 |
分辨率 | 320*240 |
LED数目 | 4 LEDs |
电气特性
参数 | 最小值 | 经典值 | 最大值 | 单位 |
电源电压 | 4.5 | 5 | 5.5 | VDC |
最高输入电压 (目标电压 = 3.3V) | 3 | 3.3 | 3.6 | V |
最高输入电压 (目标电压 = 5V) | 4.5 | 5 | 5.5 | V |
最低输入电压 | -0.3 | 0 | 0.5 | V |
消耗电流 | - | 40 | 80 | mA |
硬件图
引脚图
引脚 | 类型* | 描述 |
VCC | P | 5V Power supply pin |
GND | G | Ground |
SCK | I | SPI SCK |
MISO | O | SPI MISO |
MOSI | I | SPI MOSI |
CS | I | Chip Select for TFT |
D/C | I | Command or parameter select |
RST | I | RESET signal for TFT |
LEDA* | I | Backlight control pin |
SD_CS | I | Chip Select for SD |
- Type: P--电源; G--地; I--输入; O--输出.
- LEDA: 当LEDA设置为高电平,背光会亮;当LEDA设置为低电平,背光会熄灭。
使用说明
显示micro SD中的图片
- 下载Adafruit_ILI9340的库,地址为:https://github.com/adafruit/Adafruit_ILI9340 , 把库解压到\arduino\libraries目录下
- 把Adafruit_ILI9340\examples\spitftbitmap目录下的woof.bmp图片拷贝到micro SD卡中。然后插到ITDB02-2.2S模块的micro SD卡座上。
- Use arduino IDE to open spitftbitmap.ino in the directory Adafruit_ILI9340\examples\spitftbitmap then upload it to UNO main board. Select 5V electronic level in the 2.2S LCD module, then use dupont lines to connect UNO and LCD module according to the table as below:
2.2S pins | UNO pins |
VCC | 5V |
GND | GND |
SCK | D13 |
MISO | D12 |
MOSI | D11 |
CS | D10 |
D/C | D9 |
RST | D8 |
LEDA | 5V/3V3 |
SD_CS | D4 |
- Power UNO main board, a picture of dog showed on the display.
Control LEDA backlight via PWM pins
- Use arduino IDE to open the demo 0.1Basics\Fade, then upload it into UNO
- Connect ITDB02-2.2S module to UNO according to the table as below:
2.2S pins | UNO pins |
VCC | 5V |
GND | GND |
LEDA | D9 |
- Power UNO main board, you will see the backlight of display turn form dark to light circularly.
Download
Schematic--File:sch_ITDB02-2.2S.pdf