Class Apa102LedDriver

  • All Implemented Interfaces:
    LedDriverInterface, AutoCloseable

    public class Apa102LedDriver
    extends Object
    implements LedDriverInterface
    Reference: https://cpldcpu.com/2014/11/30/understanding-the-apa102-superled/ Also: https://github.com/androidthings/contrib-drivers/blob/master/apa102/src/main/java/com/google/android/things/contrib/driver/apa102/Apa102.java
    • Constructor Detail

      • Apa102LedDriver

        public Apa102LedDriver​(int controller,
                               int chipSelect,
                               int frequency,
                               int numLeds,
                               int brightness)