Merge pull request #1014 from maeky1986/master

Add Display support for Waveshare 3,5" (and clones) framebuffer lcd.
This commit is contained in:
Simone Margaritelli
2022-08-02 12:50:58 +02:00
committed by GitHub
4 changed files with 62 additions and 0 deletions

View File

@ -278,6 +278,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'