Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.04 KB

README.rst

File metadata and controls

45 lines (30 loc) · 1.04 KB

Mopidy-Raspberry-Captouch

Mopidy extension for I2C-based capacitive touch on a Raspberry Pi

Originally created for The World's Thinnest Boombox

This extension is not maintained. Use at your own risk.

Installation

Install by running:

python3 -m pip install Mopidy-Raspberry-Captouch

Configuration

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

[raspberry_captouch]
enabled = true
cs1 = prev
cs2 = play_pause
cs3 = stop
cs4 = volume_down
cs5 = volume_up
cs6 = next

Project resources

Credits