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
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)
-
Constructor Details
-
PixelAnimations
public PixelAnimations()
-
-
Method Details
-
delay
public static void delay(int wait) -
colourWipe
-
rainbow
-
rainbowCycle
-
theatreChase
-
theatreChaseRainbow
-
demo
-