From d9255cee7c0a78033b4519791c025bf300c035e5 Mon Sep 17 00:00:00 2001 From: ABelliqueux Date: Thu, 19 Dec 2024 17:58:21 +0100 Subject: [PATCH] Add link to rotary encoder branch --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 0ba48b0..0e9c906 100644 --- a/readme.md +++ b/readme.md @@ -7,6 +7,10 @@ This python script is supposed to run on a rpi and does the following : * Button input : watches GPIOs for button input ; I'm using 5 push buttons for controlling playback (previous, next, toggle playback, stop, menu) or browse the database and add stuff to the playlist. * Potentiometer input : Watches a GPIO for estimating the resistance of a rotary potentiometer and set volume accordingly. +## Rotary encoder version + +A WIP version that replaces the potentiometer with a rotary encoder [is available here.](/arthus/mpdlistenpy/src/branch/rot_enc) + ## Setup ### Software