Skip to content

Commit 1f6540c

Browse files
committed
Update designer_palettes_sunset.ino
added SPDX info per Anne
1 parent b29d422 commit 1f6540c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Programmable_12v_Outdoor_Cafe_Lights/designer_palettes_sunset.ino

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
2-
#include "FastLED.h"
3-
4-
// ColorWavesWithPalettes
1+
// SPDX-FileCopyrightText: 2024 Erin St Blaine for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
//
5+
// Based on ColorWavesWithPalettes
56
// Animated shifting color waves, with several cross-fading color palettes.
67
// by Mark Kriegsman, August 2015
78
//
9+
//
810
// Color palettes courtesy of cpt-city and its contributors:
911
// http://soliton.vm.bytemark.co.uk/pub/cpt-city/
1012
//
1113
// Color palettes converted for FastLED using "PaletteKnife" v1:
1214
// http://fastled.io/tools/paletteknife/
1315
//
14-
16+
#include "FastLED.h"
1517

1618
#define DATA_PIN SCL
1719
#define LED_TYPE WS2812

0 commit comments

Comments
 (0)