Acorn221 / SpotifyDisplayLILYGO

For the LILYGO E-Paper display, T5 v2.3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpotifyDisplayLILYGO

For the LILYGO E-Paper display, T5 v2.3

This shows the song that is currently playing and the spotify scan code, it's for the the ESP32 LILYGO E-Paper board and uses deep sleep when it doesn't need to be awake

Image

Installation

This repo is has been created with PlatformIO and uses the ESP32 LILYGO E-Paper board.

Change the definitions in /src/Config.h to your WifFi and Spotify details!

Install the PlatformIO Extension in VSCode and click 'Upload and Monitor' under esp32dev.

Hopefully this should all work without any errors.

For optimal efficiency, comment the 'SPOTIFY_DEBUG 1' and 'SPOTIFY_SERIAL_OUTPUT 1' lines in SpotifyArduino.h

About

For the LILYGO E-Paper display, T5 v2.3


Languages

Language:C++ 88.2%Language:C 11.8%