18 lines
No EOL
717 B
Markdown
18 lines
No EOL
717 B
Markdown
# esp32-ssd1306-spotify
|
|
uses the SpotifyArduino.h library and the spotify api to show the currently playing song on a 128x64 pixel display
|
|
|
|
## libraries req'd
|
|
- `include <Wire.h>`
|
|
- `include <Adafruit_GFX.h>`
|
|
- `include <Adafruit_SSD1306.h>`
|
|
- `include <WiFi.h>`
|
|
- `include <WiFiClientSecure.h>`
|
|
- `include <SpotifyArduinoCert.h>`
|
|
- `include <SpotifyArduino.h>`
|
|
- `include <ArduinoJson.h>`
|
|
- i got lazy doing this so just check [main.ino](https://git.rintyuu.dev/rintyuu/esp32-ssd1306-spotify/src/branch/main/main.ino)
|
|
|
|
## visual representations, please
|
|
ok
|
|

|
|
check out a video demo [here](http://7z.rintyuu.dev/u/jd3me9.mp4) |