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) 外観


(7) ソース変更箇所
// OR use this initializer (uncomment) if using a 1.44" TFT:
tft.initR(INITR_144GREENTAB); // Init ST7735R chip, green tab