Revert "feat: Add in support for Waveshare 2.13inb V4 e-ink display"

This reverts commit 52305fa0a6.
This commit is contained in:
Jeroen Oudshoorn
2023-09-08 20:26:44 +02:00
parent ce09a21f02
commit 651f91a9a2
6 changed files with 8 additions and 513 deletions

View File

@ -277,9 +277,6 @@ 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 ('ws_213bv4', 'ws213bv4', 'waveshare_213bv4', 'waveshare213inb_v4'):
config['ui']['display']['type'] = 'waveshare213inb_v4'
elif config['ui']['display']['type'] in ('spotpear24inch'):
config['ui']['display']['type'] = 'spotpear24inch'