dallen98
dallen98
Could this run on Rpi with ws2812b, the reason I ask is that my ambition is to make a matrix 20 feet long by 10 feet high using WS28XX it...
Could your library include a version to recieve raw code and output it to the tft as explained in this video that I see you commented upon... https://www.youtube.com/watch?v=-h9Vm0Ow_Is The pros...
First off, great project, In the rio-server/firmware/rpi/lowlevel-server.py you currently have... # LED strip configuration: LED_COUNT = 1020 # Number of LED pixels. LED_PIN = 18 # GPIO pin connected to...
First thing to say is great project, I am using raspberry pi 3 with ws2812b leds connected via SN74HCT125N logic buffer. The strandtest.py and singlestrandtest.py both work using... root@raspberrypi:/home/pi/rio/rio-server# python...
Would it be possible for rio-server npm start to autostart if there was a power failure or reboot ? thanks
I am trying to display a 16 x 180 image without success using the gettingstartedFastLed example , any suggestions much appreciated, below is my code thanks `#include "FastLED.h" #include "I2SClocklessLedDriver.h"...