From cde1bea308d877bb196ed2d21d6928c96d6b08fd Mon Sep 17 00:00:00 2001 From: Mariusz Woloszyn Date: Tue, 12 Nov 2019 19:36:14 +0100 Subject: [PATCH] Orange color fix (#35) --- pylgbst/peripherals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylgbst/peripherals.py b/pylgbst/peripherals.py index 114cf57..fdf63c6 100644 --- a/pylgbst/peripherals.py +++ b/pylgbst/peripherals.py @@ -19,7 +19,7 @@ COLOR_LIGHTBLUE = 0x04 COLOR_CYAN = 0x05 COLOR_GREEN = 0x06 COLOR_YELLOW = 0x07 -COLOR_ORANGE = 0x09 +COLOR_ORANGE = 0x08 COLOR_RED = 0x09 COLOR_WHITE = 0x0a COLOR_NONE = 0xFF