Relit A0: Difference between revisions

From iagent
Jump to: navigation, search
No edit summary
No edit summary
Line 7: Line 7:
</div>
</div>


==Klipper config
<pre>
<pre>
[neopixel my_neopixel]
[neopixel relit]
pin: PB3
pin: PB3
chain_count: 12
</pre>
</pre>



Revision as of 20:58, 18 September 2023

Relit A0 is a led strip of 12 RGB LEDs (Like NeoPixels) that work well with Recore A7.

==Klipper config

[neopixel relit]
pin: PB3
chain_count: 12

Testing

set_led led=relit  RED=1 GREEN=1 BLUE=1 TRANSMIT=1