Version 2.2

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-08-31 17:11:22 +02:00
parent 3a09ab8977
commit 67cb2ed0f1
13 changed files with 729 additions and 17 deletions

View File

@ -283,6 +283,9 @@ def load_config(args):
elif config['ui']['display']['type'] in ('spotpear24inch'):
config['ui']['display']['type'] = 'spotpear24inch'
elif config['ui']['display']['type'] in ('ws_37inch', 'ws37inch', 'waveshare_37inch', 'waveshare37inch'):
config['ui']['display']['type'] = 'waveshare37inch'
else:
print("unsupported display type %s" % config['ui']['display']['type'])