This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

如何让lp55231的led 灯一直亮着,不要亮一下,灭2-3s,然后再亮,如何循环。

Other Parts Discussed in Thread: LP5523, LP55231

通过下面的指令:

cd /sys/class/leds/lp5523:channel2/device
echo "load" > engine3_mode
echo "9d80400004ff05ff437f0000" > engine3_load
echo "111111111" > engine3_leds
echo "run" > engine3_mode

可以把led灯点亮。

如何让lp55231的led 灯一直亮着,不要亮一下,灭2-3s,然后再亮,如何循环。