LoicF / mopidy-ssd1306

Display state of mopidy playback using an SSD1306 compatible OLED screen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mopidy-Ssd1306

Display state of mopidy playback using an SSD1306 compatible OLED screen

Features

  • Bootsplash
  • Show Wi-Fi and playback status
  • Display currently playing song

Installation

Install by running:

pip install Mopidy-Ssd1306

To access the OLED screen on the Raspberry Pi you have to run mopidy with sudo:

sudo mopidy

Configuration

Before starting Mopidy, you must add configuration for Mopidy-Ssd1306 to your Mopidy configuration file:

[ssd1306]
enabled = true

Project resources

Changelog

v1.0.0

  • First working version

About

Display state of mopidy playback using an SSD1306 compatible OLED screen

License:Apache License 2.0


Languages

Language:Python 100.0%