diff --git a/pwnagotchi/ui/view.py b/pwnagotchi/ui/view.py index 65380187..4d05894f 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 = 0xff -BLACK = 0x00 +WHITE = 0x00 +BLACK = 0xff ROOT = None