This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This is minimal demonstration on how to obtain text metadata and album art from Sendspin and display it using LVGL on an ESP32-S3 Box 3. | |
| # The track title is displayed below the cover art will scroll if too long for the screen. | |
| # Touching the screen pops up controls for 5 seconds where you can pause/resume and go to the previous/next track | |
| # Swiping left or right will go to a different page. It should show a picture of the artist (but there are some bugs on the MA side, so this doesn't work consistently) | |
| # The main page displays the track progress in m:ss format on the lower left and the track duration on the right in m:ss format. | |
| --- | |
| substitutions: | |
| name: esp32-s3-box-3 | |
| friendly_name: ESP32 S3 Box 3 Sendspin | |
| font_glyphsets: "GF_Latin_Core" |