Search results

  1. E

    zero cross control pin?

    I want to use it for ac motor control. I already swapped the triac for a snubberless version
  2. E

    zero cross control pin?

    Hi Paul ! I have the very same board on the desk and have trouble with it, did you port the library back then in 2022 ?
  3. E

    new to teensy question: octows2811 video mirrored

    if ((y & 1) == (layout ? 1 : 0)) { //changed from originally: (layout ? 0 : 1) ok that's my rough and dirty solution for now: /* OctoWS2811 movie2serial.pde - Transmit video data to 1 or more Teensy 3.0 boards running OctoWS2811 VideoDisplay.ino...
  4. E

    new to teensy question: octows2811 video mirrored

    Hi Paul ! of course, they are not, pardon.. I hoped for a common beginner's error. Here is a photo of my wiring. These are the first 1-4, 5-8 look the same. The code is unchanged apart of Led_height and LED_Layout: /* OctoWS2811 VideoDisplay.ino - Video on LEDs, from a PC, Mac, Raspberry Pi...
  5. E

    new to teensy question: octows2811 video mirrored

    huch: octows2811 video always mirrored ? Hello hello I'm new to the forum, teensy LED matrixes and all the stuff. Nevertheless I already built successful a matrix 60 x 24 LED big with an octows2811 and a teensy 3.2 it works, test patches run and I was able to screen video ! The only problem I...
Back
Top