muvox-io / euphonium

Tiny audio platform
GNU Affero General Public License v3.0
96 stars 15 forks source link

TFT display #64

Open dpeddi opened 1 year ago

dpeddi commented 1 year ago

Hello

Does this project supports TFT display to display current song?

If not lvgl.io looks promising to integrate

Regards

jdthorpe commented 1 year ago

I've got a (currently unpublished) branch that displays WiFi info (connection status / IP address), data/source and song on an OLED display using the U8g2 library. I was planning on publishing for the purpose of illustrating how to add a plugin to Euphonium (i.e. as an illustration of the docs in this PR). I'll try to get around to publishing that branch soon, which would probably be a good start for a TFT display plugin.

(My hesitation was that without this PR, and another I was planning to submit, there are a lot of updates that aren't strictly about adding a new plugin -- And I was hoping the Commit would be a nice clean illustration of how to create a new plugin...).