MCPcopy Create free account
hub / github.com/FastLED/FastLED / setup

Function setup

examples/Fx/FxWater/FxWater.h:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31void process_water(uint8_t * src, uint8_t * dst) ;
32
33void setup() {
34 Serial.begin(115200);
35 FastLED.addLeds<NEOPIXEL, 2>(leds, NUM_LEDS).setScreenMap(WIDTH, HEIGHT);
36}
37
38// from: https://github.com/FastLED/FastLED/pull/202
39fl::CRGB MyColorFromPaletteExtended(const fl::CRGBPalette16& pal, uint16_t index, uint8_t brightness, TBlendType blendType) {

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
setScreenMapMethod · 0.45

Tested by

no test coverage detected