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

This branch is 3 commits ahead of, 109 commits behind the-raspberry-pi-guy/lcd:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 28, 2021
8055996 · Nov 28, 2021

History

48 Commits
Oct 28, 2019
Mar 28, 2016
Nov 28, 2021
Mar 28, 2017
Jul 27, 2020
Oct 28, 2019
Apr 20, 2018
Oct 18, 2020
Apr 20, 2018
Aug 17, 2015
Mar 30, 2020
Nov 28, 2021
Oct 18, 2020
Nov 28, 2021

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%