projects
/
platform
/
core
/
uifw
/
pepper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
182f56b
)
output_led: set brightness to 0x1
96/207196/1
author
Sung-Jin Park
<sj76.park@samsung.com>
Tue, 14 May 2019 09:43:54 +0000
(18:43 +0900)
committer
Sung-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
patch
|
blob
|
history
diff --git
a/src/bin/headless/output/output_led.c
b/src/bin/headless/output/output_led.c
index aac60a363995e151ad0c64f8573ef0139e6a6993..9e64e127215a1aaa644335d382cd8255644c2df8 100644
(file)
--- a/
src/bin/headless/output/output_led.c
+++ b/
src/bin/headless/output/output_led.c
@@
-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