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.
1 parent 00858a1 commit 226eb6fCopy full SHA for 226eb6f
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