We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00858a1 + 226eb6f commit ba976f2Copy full SHA for ba976f2
adafruit_led_animation/color.py
@@ -44,6 +44,7 @@
44
AQUA = (50, 255, 255)
45
JADE = (0, 255, 40)
46
AMBER = (255, 100, 0)
47
+OLD_LACE = (253, 245, 230) # Warm white.
48
49
RGBW_WHITE_RGB = (255, 255, 255, 0)
50
RGBW_WHITE_W = (0, 0, 0, 255)
0 commit comments