We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29d422 commit 1f6540cCopy full SHA for 1f6540c
Programmable_12v_Outdoor_Cafe_Lights/designer_palettes_sunset.ino
@@ -1,17 +1,19 @@
1
-
2
-#include "FastLED.h"
3
4
-// ColorWavesWithPalettes
+// SPDX-FileCopyrightText: 2024 Erin St Blaine for Adafruit Industries
+//
+// SPDX-License-Identifier: MIT
5
+// Based on ColorWavesWithPalettes
6
// Animated shifting color waves, with several cross-fading color palettes.
7
// by Mark Kriegsman, August 2015
8
//
9
10
// Color palettes courtesy of cpt-city and its contributors:
11
// http://soliton.vm.bytemark.co.uk/pub/cpt-city/
12
13
// Color palettes converted for FastLED using "PaletteKnife" v1:
14
// http://fastled.io/tools/paletteknife/
15
16
+#include "FastLED.h"
17
18
#define DATA_PIN SCL
19
#define LED_TYPE WS2812
0 commit comments