Invert display

This commit is contained in:
Jeroen Oudshoorn
2024-01-11 07:37:52 +01:00
parent d689f7d7df
commit f4f883aa06

View File

@ -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