Add Display support for Waveshare 3,5" (and clones) framebuffer lcd.

This commit is contained in:
EliteBook
2021-06-21 19:24:32 +02:00
parent a5d5533acf
commit a6208a134a
4 changed files with 62 additions and 0 deletions

View File

@ -275,6 +275,9 @@ def load_config(args):
elif config['ui']['display']['type'] in ('ws_213bc', 'ws213bc', 'waveshare_213bc', 'waveshare213bc'):
config['ui']['display']['type'] = 'waveshare213bc'
elif config['ui']['display']['type'] in ('waveshare35lcd'):
config['ui']['display']['type'] = 'waveshare35lcd'
elif config['ui']['display']['type'] in ('spotpear24inch'):
config['ui']['display']['type'] = 'spotpear24inch'