pkourany / RGBmatrixPanel_IDE

Adafruit 16x32 and 32x32 RGB LED matrix panel library adapted for Spark
Other
32 stars 23 forks source link

animations of rain,snow,wind #14

Open Shiva064 opened 3 years ago

Shiva064 commented 3 years ago

Using openweathermap.com API which takes weather data from the API and send to controller by the controller we are using 16*16 ws2812b RGB matrix using animations of weather in the matrix but I am unable to get the animations

pkourany commented 3 years ago

@Shiva064, this library is designed for RGB panels that use Binary Coded Modulation (BCM) like this one from Adafruit and not for Neopixel (aka WS2812b) type matrices.