Arduino sketches controlling LCD with I2C communication.
Header files named i2cLCD.h
are same in the directories.
All sketches in this project use following LCD.
I2C通信を使って液晶ディスプレイを制御するArduinoスケッチ集.
ヘッダファイルi2cLCD.h
は全てのスケッチで同じものを使っています.
このプロジェクトで使用しているLCDはこちらの秋月のものです.
The sketches work with the following circuit.
Primary sample to use an I2C LCD.
LCDの接続を確認するプログラム.
Show a raw value and aan verage value read from Analog Pin in the LCD.
Analogピンから読み取ったデータをディスプレイに表示します.
Game avoiding obstacles with the tactile switch.
LCD で障害物を回避するゲームを実行します.