output_led: set brightness to 0x1 96/207196/1
authorSung-Jin Park <sj76.park@samsung.com>
Tue, 14 May 2019 09:43:54 +0000 (18:43 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Thu, 30 May 2019 08:34:41 +0000 (17:34 +0900)
Change-Id: If6d43fc15c7c164f922e39c2700f9a15641b7870
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
src/bin/headless/output/output_led.c

index aac60a3..9e64e12 100644 (file)
@@ -311,6 +311,8 @@ headless_output_init(pepper_compositor_t *compositor)
 
        output->num_led = NUM_LED;
        output->ui_led = HL_UI_LED_Init(output->num_led);
+       HL_UI_LED_Change_Brightness(output->ui_led, 0x1);
+
        if (!output->ui_led)
                PEPPER_ERROR("HL_UI_LED_Init() failed.\n");
        else