Package com.diozero.ws281xj
Class PixelAnimations
- java.lang.Object
-
- com.diozero.ws281xj.PixelAnimations
-
public class PixelAnimations extends Object
-
-
Constructor Summary
Constructors Constructor Description PixelAnimations()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcolourWipe(LedDriverInterface ledDriver, int colour, int wait)static voiddelay(int wait)static voiddemo(LedDriverInterface ledDriver)static voidrainbow(LedDriverInterface ledDriver, int wait)static voidrainbowCycle(LedDriverInterface ledDriver, int wait)static voidtheatreChase(LedDriverInterface ledDriver, int c, int wait)static voidtheatreChaseRainbow(LedDriverInterface ledDriver, int wait)
-
-
-
Method Detail
-
delay
public static void delay(int wait)
-
colourWipe
public static void colourWipe(LedDriverInterface ledDriver, int colour, int wait)
-
rainbow
public static void rainbow(LedDriverInterface ledDriver, int wait)
-
rainbowCycle
public static void rainbowCycle(LedDriverInterface ledDriver, int wait)
-
theatreChase
public static void theatreChase(LedDriverInterface ledDriver, int c, int wait)
-
theatreChaseRainbow
public static void theatreChaseRainbow(LedDriverInterface ledDriver, int wait)
-
demo
public static void demo(LedDriverInterface ledDriver)
-
-