Beiträge von crowLight

    266 leds:
    const char prefix[] = {0x41, 0x64, 0x61, 0x01, 0x09, 0x5d};


    There's another sketch here that isn't so picky about the header bytes - you only need to change the number of leds
    https://github.com/hyperion-pr…ino/adalight/adalight.ino


    Hey there, I am in the same situation and wondering how I get 0x185 and 0x1d0 to only 2 digits? I'm trying to use 390 LEDs and ran into the same problem as themorb where I can get more than 256 LEDs operational... Line in my Arduino sketch the same.


    Tried to reverse engineer your numbers for 266 but not sure I understand where the extra byte is that themorb mentioned.... Would the first digit not be 109?


    For 390 LEDs I get 0x185 and 0x1d0


    Any help would be greatly appreciated