We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3127768 commit 4e5f2c1Copy full SHA for 4e5f2c1
src/fw/drivers/led_controller.h
@@ -14,6 +14,7 @@
14
#define LED_ORANGE 0x00285F00
15
#define LED_WHITE 0x00FFFFFF
16
#define LED_WARM_WHITE 0x00F0D0B0
17
+#define LED_SOFT_WHITE 0x00F08796
18
19
#define LED_DIM_GREEN 0x00003C00 // Low power version for charging indicator
20
#define LED_DIM_ORANGE 0x000F2300 // Low power version for charging indicator
@@ -26,4 +27,3 @@ void led_controller_backlight_set_brightness(uint8_t brightness);
26
27
void led_controller_rgb_set_color(uint32_t rgb_color);
28
29
uint32_t led_controller_rgb_get_color(void);
-
0 commit comments