Skip to content

Commit cde1bea

Browse files
emsiundera
authored andcommitted
Orange color fix (#35)
1 parent 13919d7 commit cde1bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylgbst/peripherals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
COLOR_CYAN = 0x05
2020
COLOR_GREEN = 0x06
2121
COLOR_YELLOW = 0x07
22-
COLOR_ORANGE = 0x09
22+
COLOR_ORANGE = 0x08
2323
COLOR_RED = 0x09
2424
COLOR_WHITE = 0x0a
2525
COLOR_NONE = 0xFF

0 commit comments

Comments
 (0)