Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Latest commit

 

History

History
50 lines (31 loc) · 978 Bytes

README_when_finished.rst

File metadata and controls

50 lines (31 loc) · 978 Bytes

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