test_led_strip/boards/dr2501a_g070rb.overlay
2026-03-26 15:14:57 +08:00

18 lines
335 B
Plaintext

&indicator {
led-strip = <&led_strip>;
compatible = "led-strip-indicator";
en-gpios = <&gpiob 13 GPIO_ACTIVE_HIGH>;
standby {
rgb = <0 0 180>; // Blue
};
running {
rgb = <0 172 0>; // Green
};
// pause {
// rgb = <254 254 0>;
// interval-ms = <500>;
// };
error {
rgb = <160 0 0>; //Red
};
};