|
Treehopper Java API
|
ISSI IS31F13218 I2c 18-channel 16-bit PWM constant-current LED driver. More...
Public Member Functions | |
| Is31fl3218 (I2c i2c, int rateKhz) | |
| void | flush (boolean force) |
| boolean | hasGlobalBrightnessControl () |
| boolean | hasIndividualBrightnessControl () |
| void | ledStateChanged (Led led) |
| void | ledBrightnessChanged (Led led) |
| List< Led > | getLeds () |
| boolean | isAutoFlushEnabled () |
| void | setAutoFlushEnabled (boolean autoFlush) |
| double | getBrightness () |
| void | setBrightness (double brightness) |
| void | clear () |
Protected Member Functions | |
| void | _setBrightness (double brightness) |
ISSI IS31F13218 I2c 18-channel 16-bit PWM constant-current LED driver.
| io.treehopper.libraries.displays.Is31fl3218.Is31fl3218 | ( | I2c | i2c, |
| int | rateKhz | ||
| ) |
|
protected |
|
inherited |
Implements io.treehopper.libraries.displays.ILedDriver.
| void io.treehopper.libraries.displays.Is31fl3218.flush | ( | boolean | force | ) |
Implements io.treehopper.libraries.IFlushable.
|
inherited |
Implements io.treehopper.libraries.displays.ILedDriver.
|
inherited |
| boolean io.treehopper.libraries.displays.Is31fl3218.hasGlobalBrightnessControl | ( | ) |
Implements io.treehopper.libraries.displays.ILedDriver.
| boolean io.treehopper.libraries.displays.Is31fl3218.hasIndividualBrightnessControl | ( | ) |
Implements io.treehopper.libraries.displays.ILedDriver.
|
inherited |
Implements io.treehopper.libraries.IFlushable.
| void io.treehopper.libraries.displays.Is31fl3218.ledBrightnessChanged | ( | Led | led | ) |
Implements io.treehopper.libraries.displays.ILedDriver.
| void io.treehopper.libraries.displays.Is31fl3218.ledStateChanged | ( | Led | led | ) |
Implements io.treehopper.libraries.displays.ILedDriver.
|
inherited |
Implements io.treehopper.libraries.IFlushable.
|
inherited |
Implements io.treehopper.libraries.displays.ILedDriver.