Hello everyone, I have made a WS2812 matrix that runs with Glediator i have a working code for using serial cable (usb). now I would like to add a CC3000 wifi module to make the matrix wireless, and...
Type: Posts; User: Dahlberg77
Hello everyone, I have made a WS2812 matrix that runs with Glediator i have a working code for using serial cable (usb). now I would like to add a CC3000 wifi module to make the matrix wireless, and...
This is the working code I use:), and mortonkopf, youre a Wizz;)
//
// chain all the led strips so they face the same
#include...
There is still no output in Glediator, Did I put in the lines correct??
#include "FastLED.h"
#define NUM_LEDS 456//this is the matrix size number of leds, not actual number
#define COLOR_ORDER...
Oh and i forgot to mention, it dosīnt output anything :-(
But still thank you so much for your great help.
One step closer. does this look right. it compiles and uploads but it comes with some errors
#include "FastLED.h"
#define NUM_LEDS 456//this is the matrix size number of leds, not actual number...
wuuhuuu I actually explained something that people could understand. :D I have had a really hard time trying to fond a way to explain my problem. as I am a totally noob at this I wouldent knov where...
Thank you so much for your help mortonkopf. The Glediator is not that important. this is going to be an actual guitar. I think that if I can make an array of the LEDs on the guitar, that would do the...
I want to output a square array from Glediator at 24*19, and only display the guitar shape leds.
it is 24X19 leds
Thank you very much mortonkopf, that looks like plan :o, would it be possible to add it to this sketch.
#include "FastLED.h"
#define NUM_LEDS 456
#define COLOR_ORDER RGB
const int dataline =...
Hello everyone, I am trying to build an LED screen shaped as a guitar. I want it to be able to display graphics as if it was a square screen.I am using WS2812 strip and a Teensy 3.1.Is there a way to...