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

Search:

Type: Posts; User: marmil

Search: Search took 0.00 seconds.

  1. Re: your question "also, what is this?" --...

    Re: your question "also, what is this?" -- that's a fuse symbol, but it's not a true fuse.
    See this post:
    https://forum.pjrc.com/threads/28551-Teensy-fuse-values
  2. I was just looking at macetech's RGBShades code...

    I was just looking at macetech's RGBShades code that uses mapping (not sure if you based your code of that or not) and he defines NUM_LEDS as the matrix W x H. And then this same value is put in the...
  3. Hi Jay. When looking at the code you posted you...

    Hi Jay. When looking at the code you posted you have:



    So you've defined NUM_LEDS = 224
    and then for the CRGB FastLeds array you're making that 16x17 = 272
    and then in the addLeds line...
Results 1 to 3 of 3