GPIO pins working

This commit is contained in:
9and3r
2014-08-08 14:48:25 +02:00
parent ef93f342aa
commit 4abfb1e697
4 changed files with 33 additions and 17 deletions

View File

@@ -5,4 +5,9 @@ screen_height = 240
cursor = True
fullscreen = False
cache_dir = $XDG_CACHE_DIR/mopidy/touchscreen
gpio = False
gpio = False
gpio_left = 4
gpio_right = 27
gpio_up = 22
gpio_down = 23
gpio_enter = 24