From 4b0738f6f74700367eecd6b6d08a22d2994183ca Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Fri, 8 Sep 2023 20:26:19 +0200 Subject: [PATCH] Revert "Version 2.3.4" This reverts commit da9bc1c23b76bba01bd0c5668f8fbb08ed9e897f. --- pwnagotchi/ui/view.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pwnagotchi/ui/view.py b/pwnagotchi/ui/view.py index 4d05894f..65380187 100644 --- a/pwnagotchi/ui/view.py +++ b/pwnagotchi/ui/view.py @@ -16,8 +16,8 @@ from pwnagotchi.ui.components import * from pwnagotchi.ui.state import State from pwnagotchi.voice import Voice -WHITE = 0x00 -BLACK = 0xff +WHITE = 0xff +BLACK = 0x00 ROOT = None