neopixel

  1. P

    B4R Question [SOLVED] NeoPixel library and ESP32

    Hi all, i'm trying to test Neopixel library with an ESP32 D1 Mini, with a very simple code. I connected the data pin of the strip led (5 leds) to the pin GPIO16. The code is the following pixel.Initialize(5,16,pixel.NEO_GRB) pixel.SetPixelColor(1, 255, 0, 0) the program compiles without...
  2. Siam

    B4R Library rAdafruitNeoPixel (based on neopixel lib V1.3.1)

    Hello, i Have modified the rAdafruit Neopixel Library and added some new features (@Erel hope this is ok for you?) This Library is Based on https://github.com/adafruit/Adafruit_NeoPixel V. 1.3.1 I Have test this Library with the ESP 8266 and i Hope it will work on other Platforms too! See the...
Top