Skip to content

Ccode-archives/pi-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

pi-clock

A clock for your programming desk.

Setup

Supplies

Assemble

  1. Put the pico on thee breadboard
  2. Route the 3v3 out pin to the posistive rail of the breadboard.
  3. Route the GND pin to the negaive rail of the breadboard.
  4. Route the VCC pin of the lcd to the positive rail of the breadboard.
  5. Route the GND pin of the lcd to the negative rail of the breadboard.
  6. Route the SDA pin of the lcd to the pico's GPIO 1 pin.
  7. Route the SCL pin of the lcd to the pico's GPIO 2 pin.
  8. Turn the dial on the back of the lcd all thee way left.

Upload software

  1. upload these scripts to your pico using Thonny (https://raw.githubusercontent.com/dhylands/python_lcd/master/lcd/lcd_api.py) (https://raw.githubusercontent.com/T-622/RPI-PICO-I2C-LCD/main/pico_i2c_lcd.py)
  2. Upload clock.py from this repository.

Run

Open Thonny and connect to the pico. Load clock.py and run it. It should start showing the current time on the lcd.

About

A clock for your programming desk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages