Skip to content

A script for the Raspberry Pi and Unicorn HAT HD that scrolls a countdown message to a specific date, book-ended with Mickey ears

Notifications You must be signed in to change notification settings

robthez/Disney-countdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This code can be used with a Unicorn HAT HD on a Raspberry Pi with Raspbian to scroll a day countdown timer for an event, themed to a Disney trip with the addition of Mickey Mouse ears.

All you need to do is change the day (day_of_trip), month (month_of_trip), and year (year_of_trip_ fields. These are currently set for 27 October 2017.

To make it run on startup:

1: save the script and the mickey.png image to the home folder (in the command line this is ~ or /home/pi)

2: open up the terminal and enter the command: sudo nano /etc/profile

3: use the down arrow to move to the bottom of the file and type: python disney_countdown.py &

4: use Ctrl+X to exit, and when prompted press Y and then enter to save the file

Reboot the Raspberry Pi with the Unicorn HAT HD attached. Make sure you've done the initial Unicorn HAT HD setup by Pimoroni first!

About

A script for the Raspberry Pi and Unicorn HAT HD that scrolls a countdown message to a specific date, book-ended with Mickey ears

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages