idcrook / shairport-sync-mqtt-display

Display currently playing info, with remote control, using shairport-sync's MQTT support
MIT License
31 stars 6 forks source link

example app that displays track info on Character LCD line display #7

Closed idcrook closed 5 years ago

idcrook commented 5 years ago

A microcontroller or Raspberry Pi connected to MQTT broker should be able to drive Character LCD to display track info (Like Artist/Album and Title)

idcrook commented 5 years ago

This has been implemented by circuitpython_char_lcd, which also has remote control support. #27