public class PixelAnimations extends Object
| Constructor and Description |
|---|
PixelAnimations() |
| Modifier and Type | Method and Description |
|---|---|
static void |
colourWipe(WS281x ws281x,
int colour,
int wait) |
static void |
delay(int wait) |
static void |
rainbow(WS281x ws281x,
int wait) |
static void |
rainbowCycle(WS281x ws281x,
int wait) |
static void |
theatreChase(WS281x ws281x,
int c,
int wait) |
static void |
theatreChaseRainbow(WS281x ws281x,
int wait) |
public static void delay(int wait)
public static void colourWipe(WS281x ws281x, int colour, int wait)
public static void rainbow(WS281x ws281x, int wait)
public static void rainbowCycle(WS281x ws281x, int wait)
public static void theatreChase(WS281x ws281x, int c, int wait)
public static void theatreChaseRainbow(WS281x ws281x, int wait)
Copyright © 2016–2017 mattjlewis. All rights reserved.