From 24ebc417ad32b85bccc1d720021b8ad396bcb07f Mon Sep 17 00:00:00 2001 From: Sniffleupagus Date: Mon, 3 Jul 2023 13:25:32 -0700 Subject: [PATCH] waveshare27inchPartial from https://github.com/daniilprohorov/pwnagotchi.git --- pwnagotchi/utils.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pwnagotchi/utils.py b/pwnagotchi/utils.py index cbba5f63..69915c9d 100644 --- a/pwnagotchi/utils.py +++ b/pwnagotchi/utils.py @@ -254,6 +254,9 @@ def load_config(args): elif config['ui']['display']['type'] in ('ws_27inch', 'ws27inch', 'waveshare_27inch', 'waveshare27inch'): config['ui']['display']['type'] = 'waveshare27inch' + elif config['ui']['display']['type'] in ('ws_27inchPartial', 'ws27inchPartial', 'waveshare_27inchPartial', 'waveshare27inchPartial'): + config['ui']['display']['type'] = 'waveshare27inchPartial' + elif config['ui']['display']['type'] in ('ws_29inch', 'ws29inch', 'waveshare_29inch', 'waveshare29inch'): config['ui']['display']['type'] = 'waveshare29inch'