mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
Change GPIO manager
This commit is contained in:
@@ -53,7 +53,7 @@ class TouchScreen(pykka.ThreadingActor, core.CoreListener):
|
||||
self.gpio = config['touchscreen']['gpio']
|
||||
if self.gpio:
|
||||
|
||||
from .input.gpio_input_manager import GPIOManager
|
||||
from .gpio_input_manager import GPIOManager
|
||||
|
||||
pins = {}
|
||||
pins['left'] = config['touchscreen']['gpio_left']
|
||||
|
||||
Reference in New Issue
Block a user