10000 Increase the status LED brightness a bit so that newer DotStars · flummer/circuitpython@4cc2cf0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4cc2cf0

Browse files
committed
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.
1 parent 59ad16b commit 4cc2cf0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

atmel-samd/rgb_led_colors.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#define BLACK 0x000000
2-
#define GREEN 0x001000
3-
#define BLUE 0x000010
4-
#define CYAN 0x001010
5-
#define RED 0x100000
6-
#define ORANGE 0x100800
7-
#define YELLOW 0x101000
8-
#define PURPLE 0x100010
9-
#define WHITE 0x101010
2+
#define GREEN 0x003000
3+
#define BLUE 0x000030
4+
#define CYAN 0x003030
5+
#define RED 0x300000
6+
#define ORANGE 0x302000
7+
#define YELLOW 0x303000
8+
#define PURPLE 0x300030
9+
#define WHITE 0x303030
1010

1111
#define BOOT_RUNNING BLUE
1212
#define MAIN_RUNNING GREEN

0 commit comments

Comments
 (0)
0