1
0
mirror of https://github.com/undera/pylgbst.git synced 2020-11-18 19:37:26 -08:00

Orange color fix (#35)

This commit is contained in:
Mariusz Woloszyn 2019-11-12 19:36:14 +01:00 committed by Andrey Pokhilko
parent 13919d7ecc
commit cde1bea308

View File

@ -19,7 +19,7 @@ COLOR_LIGHTBLUE = 0x04
COLOR_CYAN = 0x05 COLOR_CYAN = 0x05
COLOR_GREEN = 0x06 COLOR_GREEN = 0x06
COLOR_YELLOW = 0x07 COLOR_YELLOW = 0x07
COLOR_ORANGE = 0x09 COLOR_ORANGE = 0x08
COLOR_RED = 0x09 COLOR_RED = 0x09
COLOR_WHITE = 0x0a COLOR_WHITE = 0x0a
COLOR_NONE = 0xFF COLOR_NONE = 0xFF