Code Monkey home page Code Monkey logo

lcd-countdown's Introduction

LCD-Countdown

This is a library to display a countdown to a certain eepoch time on a 16x2 LCD display using a Raspberry Pi.

How to use

Set the countdown time with the method setEpoch(t), the t should be the epoch second of the date. You can generate the epoch time at Epoch Converter.

Note: If the epoch time you set is less than the current epoch time an error will be thrown.

Next, use the setText(message) method to change the title of your countdown.

Note: text must be shorter than 16 characters

Finally run the main() method and the counutdown will begin.

PIN OUT FOR LCD

LCD GPIO
VSS gnd
VDD 5v
V0 2k resistor to gnd
RS 26
RW gnd
E 19
D4 13
D5 6
D6 5
D7 11
A 5v
K gnd

Note: The GPIO pins can be changed in the lcd.py file.


Thank you Matt from raspberrypi-spy.co.uk for supplying the python file for GPIO LCD interaction. That script can be found here.

This has only been tested with Python 2.7, it may or may not work with later versions.

lcd-countdown's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.