Arduino Graphic LCD (GLCD) screen 는 헤더가 장착된 백라이트 TFT LCD 스크린 입니다. GLCD 라이브러리 화면에 텍스트, 이미지, 도형등을 그릴수 있습니다 SCREEN 화면에는 비트맵 이미지를 저장할수 있으며 뒷면에는 마이크로 SD카드 슬롯이 장착 되어있습니다. SCREEN 헤더는 Arsuino Esplora의 전면에 있는 소켓에 맞게 설계되었지만 AVR 기반의 Arduino(Uno,Leonardo등)와 호환가능합니다.

The Arduino Graphic LCD (GLCD) screen is a backlit TFT LCD screen with headers. You can draw text, images, and shapes to the screen with the GLCD 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. Datasheet

 

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.

 

You can use this module with Arduino Esplora.

More info on the Arduino product page.