LUMAZOID- 30 PIXELS (ws2811/ws2812)

Store Forums Lumazoid General Discussion LUMAZOID- 30 PIXELS (ws2811/ws2812)

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12396
    MarioMartin
    Participant

    Hi

    I have a lighting system (totem) built with ws2811, in 8×4 format, ie 32 points. I can’t change the format and so I would like to adapt the LUMAZOID programming. Instead of 60 leds (WS2812), could it be set to 30 leds (Ws2812)? What parts of the programming would have to be changed? Can you help me? Waiting for your answer. Thank you very much.

    Mario J. G. Martin

    #12399
    Michael
    Keymaster

    Change N_LEDS to 30.

    uint8_t N_LEDS = 30;

    Some of the visualizations may not work right, but that is the first thing to try. The visualizations are designed to work with a minimum of 60 total LEDs, but some may work with 30.

    #12415
    MarioMartin
    Participant

    Hello Michael

    Many thanks for the reply. I still have some doubts. After changing the programming, how will I save the updated program to LUMAZOID? What would be the links between Arduino and LUMAZOID? Could you send me a pin wiring diagram or indicate how they should be wired?

    Thank you very much.
    Mario J. G. Martin

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.