mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
feat: Add in support for Waveshare 2.13inb V4 e-ink display
Signed-off-by: Rocco Augusto <rocco@nerdofsteel.com> (cherry picked from commit 28c0adbb08ca5fcc6c36dc11d00f666eaecdc4cb) Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:

committed by
Jeroen Oudshoorn

parent
34627cfa8b
commit
db38758840
@ -277,6 +277,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 ('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'
|
||||
|
Reference in New Issue
Block a user