Skip to content

Commit 8569395

Browse files
committed
atmel-samd: Turn down the brightness of the status colors.
1 parent e3f9ee8 commit 8569395

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

atmel-samd/rgb_led_colors.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
#define BLACK 0x000000
2-
#define GREEN 0x003f00
3-
#define BLUE 0x00003f
4-
#define CYAN 0x003f3f
5-
#define RED 0x3f0000
6-
#define ORANGE 0x3f1f00
7-
#define YELLOW 0x3f3f00
8-
#define PURPLE 0x3f003f
9-
#define WHITE 0x3f3f3f
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
1010

1111
#define BOOT_RUNNING BLUE
1212
#define MAIN_RUNNING GREEN
1313
#define ALL_DONE GREEN
1414
#define REPL_RUNNING WHITE
1515

16-
#define ACTIVE_WRITE 0x8f0000
16+
#define ACTIVE_WRITE 0x200000
1717

1818
#define ALL_GOOD_CYCLE_MS 2000u
1919

0 commit comments

Comments
 (0)