Class PixelAnimations


  • public class PixelAnimations
    extends Object
    • Constructor Detail

      • PixelAnimations

        public PixelAnimations()
    • Method Detail

      • delay

        public static void delay​(int wait)
      • colourWipe

        public static void colourWipe​(LedDriverInterface ledDriver,
                                      int colour,
                                      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)