Skip to content

Commit

Permalink
Add new gpiozero LED part
Browse files Browse the repository at this point in the history
  • Loading branch information
DocGarbanzo committed Sep 19, 2024
1 parent d703b35 commit 2505bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion donkeycar/parts/led_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class ColorRGB:
GREEN = (0, 1, 0)
BLUE = (0, 0, 1)
YELLOW = (1, 1, 0)
ORANGE = (1, 0.5, 0)
ORANGE = (1, 0.25, 0.25)
PURPLE = (0.75, 0, 1)
WHITE = (1, 1, 1)
OFF = (0, 0, 0)
Expand Down

0 comments on commit 2505bfc

Please sign in to comment.