rclim95 / PlayingWHAT

A Python app that allows you to connect your Spotify account and show what you're playing on the Inky wHAT screen
MIT License
1 stars 0 forks source link

Show what's playing on the InkyWHAT display using Pillow #1

Closed rclim95 closed 4 years ago

rclim95 commented 4 years ago

We need to use Pillow Python package to create an image that'll show what's playing on the user's Spotify on the InkyWHAT display. Some sample code for doing that (working with Pillow and then displaying it on the screen) can be found on the Pimoroni website. πŸ˜„

Here's a mockup that I cooked up so far on how the screen could look: Screen Mockup

The mockup splits the InkyWHAT display into the following:

rclim95 commented 4 years ago

This has been resolved with issue cb2b3714af47939d3ae3fbe1d0f765d3d57e3afb. ☺️ Now we can move on to the next thing--actually making use of the functions introduced to get the Now Playing status from Spotify! πŸ˜„