LoginSignup
1
0

More than 3 years have passed since last update.

1.44 インチ TFT液晶 128 x 128 ST7735 動作確認メモ

Last updated at Posted at 2020-07-27

1.44インチ液晶を、単価250円程度で購入。以下、動作確認メモ。

1. 製品

FEIYANG
1.44 インチ
TFT液晶
128 x 128
ST7735
https://ja.aliexpress.com/item/32947890530.html?spm=a2g0s.9042311.0.0.36a24c4dJtM5id

1.44" Colorful SPI TFT LCD Display ST7735 128X128

2. 公式サイト等を探すも、マニュアル等がなさそう。

類似品から、以下を参考にした。

(1) 説明サイト
https://www.instructables.com/id/Using-TFT-144-With-Arduino-Nano/

(2) ライブラリのURL (*)Arduinoを使用
https://github.com/adafruit/Adafruit-ST7735-Library
Adafruit-ST7735-Library-master.zip

(3) 動いたファイル
/Adafruit-ST7735-Library-master/examples/graphicstest/graphicstest.ino

(4) 動いた様子
https://twitter.com/santarou/status/1287653167304335360?s=20

(5) 接続のメモ
LED → 3.3 V
SCK → D13
SDA → D11
A0 → D8
RST → D9
CS → D10
GND → GND
VCC → 5.0 V

(6) 外観

スクリーンショット 2020-07-27 17.25.21.png

スクリーンショット 2020-07-27 17.25.28.png

(7) ソース変更箇所

graphicstest.ino
  // OR use this initializer (uncomment) if using a 1.44" TFT:
  tft.initR(INITR_144GREENTAB); // Init ST7735R chip, green tab
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0