Skip to content

Simple rotating status displays for the Adafruit 16x2 LCD on the Raspberry Pi

License

Notifications You must be signed in to change notification settings

jhoffmann/lcd-notification

Repository files navigation

lcd-notification

Simple rotating status displays for the Adafruit 16x2 LCD on the Raspberry Pi

Requirements

sudo pip install transmissionrpc psutil

Optional (See NotificationCenter.py)

sudo apt-get install fortunes fortunes-min fortune-mod

Installing the RC script

sudo cp lcd-nc.rc /etc/init.d/lcd-nc
sudo cp lcd-nc.default /etc/default/lcd-nc

sudo chmod 755 /etc/init.d/lcd-nc
sudo update-rc.d lcd-nc defaults

Uninstalling

sudo update-rc.d -f lcd-notification remove
sudo rm /etc/init.d/lcd-notification

About

Simple rotating status displays for the Adafruit 16x2 LCD on the Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages