#include <FastLED.h>
#if defined(__AVR_ATtinyxy4__)
#else
#endif
#define MAX_DIMENSION ((kMatrixWidth>kMatrixHeight) ? kMatrixWidth : kMatrixHeight)
#define NUM_LEDS (kMatrixWidth * kMatrixHeight)
uint16_t
XY( uint8_t
x, uint8_t
y)
{
uint16_t i;
}
} else {
}
}
return i;
}
delay(3000);
}
}
}
}
#ifdef USE_HUE
#endif
#ifdef USE_HUE
#else
#endif
}
}
#ifdef USE_HUE
ihue+=1;
#endif
}
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
uint8_t noise[NUM_LAYERS][WIDTH][HEIGHT]
fl::UISlider scale("Scale", 4,.1, 4,.1)
#define kMatrixSerpentineLayout
FL_OPTIMIZATION_LEVEL_O3_BEGIN fl::u16 XY(fl::u8 x, fl::u8 y) FL_LINK_WEAK
fl::u8 inoise8(fl::u16 x, fl::u16 y, fl::u16 z)
LIB8STATIC fl::u16 random16() FL_NOEXCEPT
Generate a 16-bit random number.