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