pitrix/fastled.ino

5 lines
152 B
Arduino
Raw Normal View History

2019-05-21 03:52:57 +00:00
void fastled_setup() {
FastLED.addLeds<LED_TYPE,DATA_PIN,COLOR_ORDER>(leds, LED_COUNT).setCorrection(TypicalLEDStrip);
FastLED.setBrightness(20);
}