mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
First support for GPIO on Raspberry Pi
This commit is contained in:
@@ -31,6 +31,7 @@ class Extension(ext.Extension):
|
||||
schema['cursor'] = config.Boolean()
|
||||
schema['fullscreen'] = config.Boolean()
|
||||
schema['cache_dir'] = config.Path()
|
||||
schema['gpio'] = config.Boolean()
|
||||
return schema
|
||||
|
||||
def setup(self, registry):
|
||||
|
||||
Reference in New Issue
Block a user