Skip to content

vmavromatis/rpi-bitcoin-ticker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rpi-bitcoin-ticker

Raspberry Pi I²C LCD Bitcoin Ticker

Requirements

sudo pip install i2c_lcd

Add cron task

sudo crontab -e
Next, append these 2 lines (replacing the path) to update the screen every 1 min:

* * * * *  /usr/bin/python /path/to/btclcd.py
@reboot    /usr/bin/python /path/to/btclcd.py

Connection

Just connect the following 4 pins to your RPi:

Donate

If you aprreciate this little project feel free to buy me a coffee! :)
144baBdC8VLajpFipmaZQughzAgLFQZfjD

About

Raspberry-Pi LCD Bitcoin Ticker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages