Add readme.md
Add readme.md
This commit is contained in:
parent
8a3451e1a1
commit
72ccc33330
1 changed files with 18 additions and 0 deletions
18
readme.md
Normal file
18
readme.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
# 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)
|
Loading…
Add table
Reference in a new issue