mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-04 22:25:39 +00:00
Config file TFT
This commit is contained in:
@@ -37,6 +37,9 @@ class Extension(ext.Extension):
|
||||
schema['gpio_up'] = config.Integer()
|
||||
schema['gpio_down'] = config.Integer()
|
||||
schema['gpio_enter'] = config.Integer()
|
||||
schema['sdl_fbdev'] = config.String()
|
||||
schema['sdl_mousdrv'] = config.String()
|
||||
schema['sdl_mousedev'] = config.String()
|
||||
return schema
|
||||
|
||||
def setup(self, registry):
|
||||
|
||||
Reference in New Issue
Block a user