Skip to content

Commit 0c48e6e

Browse files
committed
fw/apps/prf/mfg_backlight: adjust white colors
Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
1 parent a386f0b commit 0c48e6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fw/apps/prf_apps/mfg_backlight_app.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "services/common/light.h"
1212
#include "drivers/led_controller.h"
1313

14-
#define BACKLIGHT_COLOR_WHITE 0xD0D0D0
14+
#define BACKLIGHT_COLOR_WHITE 0xFFFFFF
1515
#define BACKLIGHT_COLOR_RED 0xFF0000
1616
#define BACKLIGHT_COLOR_GREEN 0x00FF00
1717
#define BACKLIGHT_COLOR_BLUE 0x0000FF
@@ -105,7 +105,7 @@ static void s_main(void) {
105105

106106
app_event_loop();
107107

108-
led_controller_rgb_set_color(0xd0d0d0);
108+
led_controller_rgb_set_color(LED_SOFT_WHITE);
109109
light_enable(false);
110110
}
111111

0 commit comments

Comments
 (0)