Skip to content

This repository contains all of the code for interfacing with a 16x2 Character I2C LCD Display. This accompanies my YouTube tutorial here:

Notifications You must be signed in to change notification settings

lfasci/lcd

 
 

Repository files navigation

LCD

This is a fork of https://github.com/the-raspberry-pi-guy/lcd, i only added lcdshow.py that implements some functions as blink and center.

The script takes the following parameters as input

-f message to display on first row

-s message to display on second row

-b blink first row

-B blink second row

-c center first row

-C center second row

-d duration in seconds

About

This repository contains all of the code for interfacing with a 16x2 Character I2C LCD Display. This accompanies my YouTube tutorial here:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.2%
  • Shell 4.8%