-
Notifications
You must be signed in to change notification settings - Fork 0
Hardware
ArnoldasMk edited this page Jun 3, 2026
·
2 revisions
Warning: Using values other than those documented below will force a reboot, not recommended.
Turn ON (max brightness value is 90)
adb shell su -c 'echo 90 > /sys/devices/platform/yft_camplight/camplight_set_brightness; echo 1 > /sys/devices/platform/yft_camplight/camplight_mode'Turn OFF
adb shell su -c 'echo 0 > /sys/devices/platform/yft_camplight/camplight_mode; echo 0 > /sys/devices/platform/yft_camplight/camplight_set_brightness'| Mode | Command |
|---|---|
| OFF | adb shell su -c 'echo 0 > /sys/devices/platform/yft_camplight/leds_ctl' |
| Red | adb shell su -c 'echo 1 > /sys/devices/platform/yft_camplight/leds_ctl' |
| Blue | adb shell su -c 'echo 2 > /sys/devices/platform/yft_camplight/leds_ctl' |
| Red & Blue | adb shell su -c 'echo 3 > /sys/devices/platform/yft_camplight/leds_ctl' |
| Red Flashy | adb shell su -c 'echo 4 > /sys/devices/platform/yft_camplight/leds_ctl' |
| Blue Flashy | adb shell su -c 'echo 5 > /sys/devices/platform/yft_camplight/leds_ctl' |
| Red & Blue Flashy | adb shell su -c 'echo 6 > /sys/devices/platform/yft_camplight/leds_ctl' |
| Button | Location |
|---|---|
| F1 | Left, large button |
| F2 | Right, small button |
LieppOS wiki