Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 545 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 545 Bytes

A threaded, raspberrypi based lcdmanager. Catches librespot events and displays them on a 2x16 LCD.

Only dependencies are python-daemon, and library files from https://github.com/lyz508/python-i2c-lcd (Which requires python3-smbus2)

Place LCD.py and utils.py under lib directory. Adjust paths in lcdmanager.py

This project requires a Spotify api account. Get client secret and id and add then to a config file as

   { 
      "client_id": "slkdsdlkjflsd",
      "client_secret": "dlkfjdljfldjfd"
   }

under conf directory