Display the current time using AQM0802 and Raspberry Pi.
AQM0802 is a character LCD module. This script displays current time using Raspberry Pi.
- i2c-tools
-
Run
$ sudo bash main
-
Run in the background
$ nohup sudo bash main > /dev/null &
-
git clone
$ git clone https://github.com/kazumatsudo/aqm0802-clock.git
-
open main and rewrite I2C address
$ cd aqm0802-clock $ sudo vi main # Check and rewrite I2C address readonly DEVICE="0x3e"