An e-ink display that always shows the song you're currently listening to on Spotify.
- Build the dithering project with cmake (or just use the checked in
dither.exe
if you're on windows) - Get a
refresh_token
,client_id
, andclient_secret
from the Spotify API and add tosecrets.py
- Edit
ImageDrawer.py
to import the right version of the eink library fromlib
- Edit
config.py
with the width/height of the eink display - Run
main.py <path to dither program> <image cache folder>
One day I'll get around to making all that way easier I promise :D