-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
59 changed files
with
39 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Diff not rendered.
Oops, something went wrong.
Diff not rendered.
Oops, something went wrong.
Diff not rendered.
Oops, something went wrong.
Diff not rendered.
Oops, something went wrong.
Diff not rendered.
Oops, something went wrong.
Diff not rendered.
Oops, something went wrong.
Diff not rendered.
Oops, something went wrong.
Diff not rendered.
Oops, something went wrong.
Diff not rendered.
Oops, something went wrong.
Diff not rendered.
Oops, something went wrong.
Diff not rendered.
Oops, something went wrong.
Diff not rendered.
Oops, something went wrong.
Diff not rendered.
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,120 +1,89 @@ | ||
## Built-In Animation Patterns | ||
|
||
In the images below, the y-axis represents the colors of a linear array of LEDs and the x-axis represents time. | ||
|
||
## Static Color | ||
![img/Static-Color.png](img/Static-Color.png) | ||
![img/Static-Color.gif](img/Static-Color.gif) | ||
<img src="img/Static-Color.gif" width="800"/> | ||
|
||
## Static Gradient 1D | ||
![img/Static-Gradient-1D.png](img/Static-Gradient-1D.png) | ||
![img/Static-Gradient-1D.gif](img/Static-Gradient-1D.gif) | ||
<img src="img/Static-Gradient-1D.gif" width="800"/> | ||
|
||
## Static Gradient Mirrored 1D | ||
![img/Static-Gradient-Mirrored-1D.png](img/Static-Gradient-Mirrored-1D.png) | ||
![img/Static-Gradient-Mirrored-1D.gif](img/Static-Gradient-Mirrored-1D.gif) | ||
<img src="img/Static-Gradient-Mirrored-1D.gif" width="800"/> | ||
|
||
## Hue Cycle 1D | ||
![img/Hue-Cycle-1D.png](img/Hue-Cycle-1D.png) | ||
![img/Hue-Cycle-1D.gif](img/Hue-Cycle-1D.gif) | ||
<img src="img/Hue-Cycle-1D.gif" width="800"/> | ||
|
||
## Hue Cycle Quantized 1D | ||
![img/Hue-Cycle-Quantized-1D.png](img/Hue-Cycle-Quantized-1D.png) | ||
![img/Hue-Cycle-Quantized-1D.gif](img/Hue-Cycle-Quantized-1D.gif) | ||
<img src="img/Hue-Cycle-Quantized-1D.gif" width="800"/> | ||
|
||
## Hue Scan 1D | ||
![img/Hue-Scan-1D.png](img/Hue-Scan-1D.png) | ||
![img/Hue-Scan-1D.gif](img/Hue-Scan-1D.gif) | ||
<img src="img/Hue-Scan-1D.gif" width="800"/> | ||
|
||
## Hue Bounce 1D | ||
![img/Hue-Bounce-1D.png](img/Hue-Bounce-1D.png) | ||
![img/Hue-Bounce-1D.gif](img/Hue-Bounce-1D.gif) | ||
<img src="img/Hue-Bounce-1D.gif" width="800"/> | ||
|
||
## Hue Waves 1D | ||
![img/Hue-Waves-1D.png](img/Hue-Waves-1D.png) | ||
![img/Hue-Waves-1D.gif](img/Hue-Waves-1D.gif) | ||
<img src="img/Hue-Waves-1D.gif" width="800"/> | ||
|
||
## Hue Ripples 1D | ||
![img/Hue-Ripples-1D.png](img/Hue-Ripples-1D.png) | ||
![img/Hue-Ripples-1D.gif](img/Hue-Ripples-1D.gif) | ||
<img src="img/Hue-Ripples-1D.gif" width="800"/> | ||
|
||
## Palette Cycle 1D | ||
![img/Palette-Cycle-1D.png](img/Palette-Cycle-1D.png) | ||
![img/Palette-Cycle-1D.gif](img/Palette-Cycle-1D.gif) | ||
<img src="img/Palette-Cycle-1D.gif" width="800"/> | ||
|
||
## Palette Cycle Mirrored 1D | ||
![img/Palette-Cycle-Mirrored-1D.png](img/Palette-Cycle-Mirrored-1D.png) | ||
![img/Palette-Cycle-Mirrored-1D.gif](img/Palette-Cycle-Mirrored-1D.gif) | ||
<img src="img/Palette-Cycle-Mirrored-1D.gif" width="800"/> | ||
|
||
## Palette Cycle Quantized 1D | ||
![img/Palette-Cycle-Quantized-1D.png](img/Palette-Cycle-Quantized-1D.png) | ||
![img/Palette-Cycle-Quantized-1D.gif](img/Palette-Cycle-Quantized-1D.gif) | ||
<img src="img/Palette-Cycle-Quantized-1D.gif" width="800"/> | ||
|
||
## Palette Cycle Random 1D | ||
![img/Palette-Cycle-Random-1D.png](img/Palette-Cycle-Random-1D.png) | ||
![img/Palette-Cycle-Random-1D.gif](img/Palette-Cycle-Random-1D.gif) | ||
<img src="img/Palette-Cycle-Random-1D.gif" width="800"/> | ||
|
||
## Palette Scan Mirrored 1D | ||
![img/Palette-Scan-Mirrored-1D.png](img/Palette-Scan-Mirrored-1D.png) | ||
![img/Palette-Scan-Mirrored-1D.gif](img/Palette-Scan-Mirrored-1D.gif) | ||
<img src="img/Palette-Scan-Mirrored-1D.gif" width="800"/> | ||
|
||
## Palette Bounce Mirrored 1D | ||
![img/Palette-Bounce-Mirrored-1D.png](img/Palette-Bounce-Mirrored-1D.png) | ||
![img/Palette-Bounce-Mirrored-1D.gif](img/Palette-Bounce-Mirrored-1D.gif) | ||
<img src="img/Palette-Bounce-Mirrored-1D.gif" width="800"/> | ||
|
||
## Palette Waves 1D | ||
![img/Palette-Waves-1D.png](img/Palette-Waves-1D.png) | ||
![img/Palette-Waves-1D.gif](img/Palette-Waves-1D.gif) | ||
<img src="img/Palette-Waves-1D.gif" width="800"/> | ||
|
||
## Palette Ripples 1D | ||
![img/Palette-Ripples-1D.png](img/Palette-Ripples-1D.png) | ||
![img/Palette-Ripples-1D.gif](img/Palette-Ripples-1D.gif) | ||
<img src="img/Palette-Ripples-1D.gif" width="800"/> | ||
|
||
## Palette Ripples (Fast Cycle) 1D | ||
![img/Palette-Ripples-(Fast-Cycle)-1D.png](img/Palette-Ripples-(Fast-Cycle)-1D.png) | ||
![img/Palette-Ripples-(Fast-Cycle)-1D.gif](img/Palette-Ripples-(Fast-Cycle)-1D.gif) | ||
<img src="img/Palette-Ripples-(Fast-Cycle)-1D.gif" width="800"/> | ||
|
||
## Palette Plasma 2D | ||
![img/Palette-Plasma-2D.png](img/Palette-Plasma-2D.png) | ||
![img/Palette-Plasma-2D.gif](img/Palette-Plasma-2D.gif) | ||
<img src="img/Palette-Plasma-2D.gif" width="800"/> | ||
|
||
## Palette Fractal Plasma 2D | ||
![img/Palette-Fractal-Plasma-2D.png](img/Palette-Fractal-Plasma-2D.png) | ||
![img/Palette-Fractal-Plasma-2D.gif](img/Palette-Fractal-Plasma-2D.gif) | ||
<img src="img/Palette-Fractal-Plasma-2D.gif" width="800"/> | ||
|
||
## Palette Twinkle 1D | ||
![img/Palette-Twinkle-1D.png](img/Palette-Twinkle-1D.png) | ||
![img/Palette-Twinkle-1D.gif](img/Palette-Twinkle-1D.gif) | ||
<img src="img/Palette-Twinkle-1D.gif" width="800"/> | ||
|
||
## Palette Perlin Noise 2D | ||
![img/Palette-Perlin-Noise-2D.png](img/Palette-Perlin-Noise-2D.png) | ||
![img/Palette-Perlin-Noise-2D.gif](img/Palette-Perlin-Noise-2D.gif) | ||
<img src="img/Palette-Perlin-Noise-2D.gif" width="800"/> | ||
|
||
## RGB Sines 1D | ||
![img/RGB-Sines-1D.png](img/RGB-Sines-1D.png) | ||
![img/RGB-Sines-1D.gif](img/RGB-Sines-1D.gif) | ||
<img src="img/RGB-Sines-1D.gif" width="800"/> | ||
|
||
## RGB Cubics 1D | ||
![img/RGB-Cubics-1D.png](img/RGB-Cubics-1D.png) | ||
![img/RGB-Cubics-1D.gif](img/RGB-Cubics-1D.gif) | ||
<img src="img/RGB-Cubics-1D.gif" width="800"/> | ||
|
||
## RGB Ripples 1 1D | ||
![img/RGB-Ripples-1-1D.png](img/RGB-Ripples-1-1D.png) | ||
![img/RGB-Ripples-1-1D.gif](img/RGB-Ripples-1-1D.gif) | ||
<img src="img/RGB-Ripples-1-1D.gif" width="800"/> | ||
|
||
## RGB Plasma (Spectrum Sines) 2D | ||
![img/RGB-Plasma-(Spectrum-Sines)-2D.png](img/RGB-Plasma-(Spectrum-Sines)-2D.png) | ||
![img/RGB-Plasma-(Spectrum-Sines)-2D.gif](img/RGB-Plasma-(Spectrum-Sines)-2D.gif) | ||
<img src="img/RGB-Plasma-(Spectrum-Sines)-2D.gif" width="800"/> | ||
|
||
## RGB Plasma (Fire Sines) 2D | ||
![img/RGB-Plasma-(Fire-Sines)-2D.png](img/RGB-Plasma-(Fire-Sines)-2D.png) | ||
![img/RGB-Plasma-(Fire-Sines)-2D.gif](img/RGB-Plasma-(Fire-Sines)-2D.gif) | ||
<img src="img/RGB-Plasma-(Fire-Sines)-2D.gif" width="800"/> | ||
|
||
## RGB Fractal Plasma (Fire Sines) 2D | ||
![img/RGB-Fractal-Plasma-(Fire-Sines)-2D.png](img/RGB-Fractal-Plasma-(Fire-Sines)-2D.png) | ||
![img/RGB-Fractal-Plasma-(Fire-Sines)-2D.gif](img/RGB-Fractal-Plasma-(Fire-Sines)-2D.gif) | ||
<img src="img/RGB-Fractal-Plasma-(Fire-Sines)-2D.gif" width="800"/> | ||
|
||
## Blackbody Cycle 1D | ||
![img/Blackbody-Cycle-1D.png](img/Blackbody-Cycle-1D.png) | ||
![img/Blackbody-Cycle-1D.gif](img/Blackbody-Cycle-1D.gif) | ||
<img src="img/Blackbody-Cycle-1D.gif" width="800"/> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters