Skip to content

Commit f4f883a

Browse files
committed
Invert display
1 parent d689f7d commit f4f883a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pwnagotchi/ui/view.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
from pwnagotchi.ui.state import State
1717
from pwnagotchi.voice import Voice
1818

19-
WHITE = 0xFF
20-
BLACK = 0x00
19+
WHITE = 0x00
20+
BLACK = 0xFF
2121
ROOT = None
2222

2323

0 commit comments

Comments
 (0)