You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
define REPRODUCE_TEENSY_TIMING in Adafruit_NeoPixel.cpp and enable choice of reproducing frequency in (i was driving 2 strips, one after the other and by changing the condition between if (!(ct & 1)) { , if (ct & 1) { or if (true) {, i can break the timing on either the second, first or both strips.
the desired colour is orange (RGB 0xee4602, GRB 0x46ee02)
the colour when the first bit is dropped is green (logic analyser shows 0x8ddc04 == (0x46ee02 << 1))