아두이노 1.77 인치 SPI LCD 모듈 -SD 지원

(Arduino 1.77 inch SPI LCD Module with SD)

개요

  • 아두이노 사의 정품 1.77인치 TFT LCD 모듈입니다.
  • TFT library를 사용하여 텍스트, 이미지 등을 표현할 수 있으며, microSD 슬롯을 지원합니다.
  • 비트맵과 같은 이미지를 저장하고 디스플레이 할 수 있습니다.
  • 디스플레이의 헤더는 Arduino Esplora에 딱 들어 맞게 디자인되었지만, 아두이노 우노, 레오나르도, 두에 등 과도 호환됩니다.
  • 제품을 아두이노와 연결하기 위해서는 다음의 링크를 참고하십시오. link.

특징

  • Hardware
    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 find in the Getting Started section all the information you need to configure your board, use the Arduino So ftware (IDE), and start tinker with coding and electronics.
  • 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.

연관제품