Package com.diozero.ws281xj
Class PixelAnimations
java.lang.Object
com.diozero.ws281xj.PixelAnimations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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
-