Neopixel Able slot
-
Hi,
I use a Duet3 Mini 5+ WiFi and would like to know if there is any other pin which is able to drive neopixel other than the Neopixel dedicated Pin? Would be useful to drive multiple strips via. klipper for example.Thanks
-
@staticred with current firmware you can drive only the dedicated Neopixel output (which is driven by DMA so can happen concurrently with other things) and the output on the LCD connector that is intended for the LCD backlight (which is driven by bit-banging so everything else stops while the data is being sent).
In RRF 3.5 I intend to allow bit-banging to the IOx.OUT pins too.
-
@dc42 I dont use RRF on my duet currently i am trying out klipper. I think klipper has functionality for multiple neopixel on one board? Can you maybe name me the exact pin of the LCD Connector?