Class PixelAnimations

java.lang.Object
com.diozero.ws281xj.PixelAnimations

public class PixelAnimations extends Object
  • Constructor Details

    • PixelAnimations

      public PixelAnimations()
  • Method Details

    • 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)