summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2018-02-12 18:09:37 -0800
committerScott Shawcroft <scott.shawcroft@gmail.com>2018-02-12 18:09:37 -0800
commit4cc2cf0e8fc8584a8bd564c21f5448433a7f6a31 (patch)
tree8525e0b3cb7f60c869199ca996582123098db96b
parent59ad16b50606fc9381dc12b6a1116bcbd5a88456 (diff)
Increase the status LED brightness a bit so that newer DotStars
aren't super dim. This will make status NeoPixels a bit bright but one can use samd.set_rgb_status_brightness() to dim them.
-rw-r--r--atmel-samd/rgb_led_colors.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/atmel-samd/rgb_led_colors.h b/atmel-samd/rgb_led_colors.h
index 12f5cc3d9..cab702981 100644
--- a/atmel-samd/rgb_led_colors.h
+++ b/atmel-samd/rgb_led_colors.h
@@ -1,12 +1,12 @@
#define BLACK 0x000000
-#define GREEN 0x001000
-#define BLUE 0x000010
-#define CYAN 0x001010
-#define RED 0x100000
-#define ORANGE 0x100800
-#define YELLOW 0x101000
-#define PURPLE 0x100010
-#define WHITE 0x101010
+#define GREEN 0x003000
+#define BLUE 0x000030
+#define CYAN 0x003030
+#define RED 0x300000
+#define ORANGE 0x302000
+#define YELLOW 0x303000
+#define PURPLE 0x300030
+#define WHITE 0x303030
#define BOOT_RUNNING BLUE
#define MAIN_RUNNING GREEN