Skip to content

kazumatsudo/aqm0802-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AQM0802-CLOCK

Display the current time using AQM0802 and Raspberry Pi.

Description

AQM0802 is a character LCD module. This script displays current time using Raspberry Pi.

DEMO

demo

Requirement

  • i2c-tools

Usage

  • Run

    $ sudo bash main
    
  • Run in the background

    $ nohup sudo bash main > /dev/null &
    

Installation

  1. git clone

    $ git clone https://github.com/kazumatsudo/aqm0802-clock.git
    
  2. open main and rewrite I2C address

    $ cd aqm0802-clock
    $ sudo vi main
      # Check and rewrite I2C address
      readonly DEVICE="0x3e"
    

Author

kazumatsudo

License

MIT

About

Display the current time using AQM0802 and Raspberry Pi.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages