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 e3f9ee8 commit 8569395Copy full SHA for 8569395
atmel-samd/rgb_led_colors.h
@@ -1,19 +1,19 @@
1
#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
+#define GREEN 0x001000
+#define BLUE 0x000010
+#define CYAN 0x001010
+#define RED 0x100000
+#define ORANGE 0x100800
+#define YELLOW 0x101000
+#define PURPLE 0x100010
+#define WHITE 0x101010
10
11
#define BOOT_RUNNING BLUE
12
#define MAIN_RUNNING GREEN
13
#define ALL_DONE GREEN
14
#define REPL_RUNNING WHITE
15
16
-#define ACTIVE_WRITE 0x8f0000
+#define ACTIVE_WRITE 0x200000
17
18
#define ALL_GOOD_CYCLE_MS 2000u
19
0 commit comments