Added 38 waveshare displays or so

Layouts may not be correct, but I have no way of testing that.
This commit is contained in:
Jeroen Oudshoorn
2024-01-15 22:46:18 +01:00
parent c9bdce0ea3
commit c27cc0ac24
70 changed files with 1582 additions and 4079 deletions

View File

@ -259,7 +259,7 @@ def load_config(args):
config['ui']['display']['type'] = 'waveshare_4'
elif config['ui']['display']['type'] in ('ws_27inch', 'ws27inch', 'waveshare2in7', 'waveshare_27inch', 'waveshare27inch'):
config['ui']['display']['type'] = 'waveshare27inch'
config['ui']['display']['type'] = 'waveshare2in7'
elif config['ui']['display']['type'] in ('ws_27inchv2', 'waveshare2in7_v2', 'ws27inchv2', 'waveshare_27inchv2', 'waveshare27inchv2'):
config['ui']['display']['type'] = 'waveshare2in7_v2'