You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • What board are you running Espruino on? The Neopixel libs are all different.

    I think you might be able to make it work on STM32 using the old school SPI.send4bit method with different bit patterns, and on NRF52 you may be able to use NRF52LL to create an inverter using PPI - but all the others would require a source code change and rebuild.

    No guarantees though - SPI may change its state when idling which would break it.

    It's been on my list to try and bring all the Neopixel code into one common codebase, and then to add exactly what you're suggesting - an option to toggle the polarity. Haven't had time yet though!

About

Avatar for Gordon @Gordon started