Comments

Miklav I had the same problem, if you used the default Adafruit_neopixel.h test you will need to change the following line to say 64 not 60Change thisAdafruit_NeoPixel strip = Adafruit_NeoPixel(60, PIN, NEO_GRB NEO_KHZ800);toAdafruit_NeoPixel strip = Adafruit_NeoPixel(64, PIN, NEO_GRB NEO_KHZ800);Also if the green and red colours are incorrect change NEO_GRB to NEO_RGB in the above line. Hope this helps

pramaget 31/08/2016
1
Comments (1)