创客联盟网

标题: TFT LCD screen [打印本页]

作者: 创客联盟    时间: 2013-6-14 13:51
标题: TFT LCD screen
(, 下载次数: 125)
Arduino Graphic TFT Front
(, 下载次数: 125)
Arduino Graphic TFT Rear
Overview
The Arduino TFT screen is a backlit LCD screen with headers. You can draw text, images, and shapes to the screen with the TFT library. There is an onboard micro-SD card slot on the back of the screen that can, among other things, store bitmap images for the screen to display.
The screen's headers are designed to fit into the socket on the front of the Arduino Esplora, but it is compatible with any AVR-based Arduino (Uno, Leonardo, etc) or with the Arduino Due. To connect the screen to other Arduino boards, read the tutorial on this link.

Hardware
(, 下载次数: 127)
The screen is 1.77" diagonal, with 160 x 128 pixel resolution. The TFT library interfaces with the screen's controller through SPI when using the TFT library. Refer to the screen's data sheet for complete details.
The screen runs on +5 VDC
The micro-SD slot is accessible through the SD card library.
The LED backlight is dimmable by PWM.
The screen's headers are laid out so it easily sockets into the Arduino Esplora and Arduino Robot.

Library
The Arduino TFT library extends the Adafruit GFX, and Adafruit ST7735 libraries that it is based on. The GFX library is responsible for the drawing routines, while the ST7735 library is specific to the screen on the Arduino screen. The Arduino specific additions were designed to work as similarly to the Processing API as possible.
The library is backwards compatible, which means you can still use the Adafruit functions described here.
The TFT library relies on the SPI library, which must be included in any sketch that uses the scree. If you wish to use the SD card, you need to include the SD library as well.



作者: 创客联盟    时间: 2013-6-14 13:52
TFT LCD screen相关下载:

原理图: (, 下载次数: 0)
电路图: (, 下载次数: 0)
作者: wck963    时间: 2013-8-4 23:32
以上内容直接百度/google/有道……翻译的,鉴定完毕~




欢迎光临 创客联盟网 (https://immaker.org/) Powered by Discuz! X3.3