Skip to content

Commit 3031a09

Browse files
committed
drivers/aw2016: use LED_SOFT_WHITE as default color
Signed-off-by: Joshua Jun <joshuajun@proton.me>
1 parent 4e5f2c1 commit 3031a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fw/drivers/led_controller/aw2016.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#define AW2016_REG_PWM3 0x36U
4242

4343
static uint8_t s_brightness;
44-
static uint32_t s_rgb_current_color = LED_WARM_WHITE;
44+
static uint32_t s_rgb_current_color = LED_SOFT_WHITE;
4545

4646
static bool prv_read_register(uint8_t register_address, uint8_t *value) {
4747
bool ret;

0 commit comments

Comments
 (0)