Forum Rule: Always post complete source code & details to reproduce any issue!

Search:

Type: Posts; User: Dahlberg77

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,306

    teensy wifi artnet lights

    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...
  2. Replies
    23
    Views
    7,052

    This is the working code I use:), and mortonkopf,...

    This is the working code I use:), and mortonkopf, youre a Wizz;)



    //
    // chain all the led strips so they face the same
    #include...
  3. Replies
    23
    Views
    7,052

    There is still no output in Glediator, Did I put...

    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...
  4. Replies
    23
    Views
    7,052

    Oh and i forgot to mention, it dosīnt output...

    Oh and i forgot to mention, it dosīnt output anything :-(

    But still thank you so much for your great help.
  5. Replies
    23
    Views
    7,052

    One step closer. does this look right. it...

    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...
  6. Replies
    23
    Views
    7,052

    wuuhuuu I actually explained something that...

    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...
  7. Replies
    23
    Views
    7,052

    Thank you so much for your help mortonkopf. The...

    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...
  8. Replies
    23
    Views
    7,052

    I want to output a square array from Glediator at...

    I want to output a square array from Glediator at 24*19, and only display the guitar shape leds.
  9. Replies
    23
    Views
    7,052

    it is 24X19 leds

    it is 24X19 leds
  10. Replies
    23
    Views
    7,052

    Thank you very much mortonkopf, that looks like...

    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 =...
  11. Replies
    23
    Views
    7,052

    iregular shaped LED strip screen

    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...
Results 1 to 11 of 11