Base ILedDriver implementation.
More...
Base ILedDriver implementation.
◆ LedDriver()
| io.treehopper.libraries.displays.LedDriver.LedDriver |
( |
int |
numLeds, |
|
|
boolean |
HasGlobalBrightnessControl, |
|
|
boolean |
HasIndividualBrightnessControl |
|
) |
| |
◆ _setBrightness()
| abstract void io.treehopper.libraries.displays.LedDriver._setBrightness |
( |
double |
brightness | ) |
|
|
abstractprotected |
◆ clear()
| void io.treehopper.libraries.displays.LedDriver.clear |
( |
| ) |
|
◆ flush()
| abstract void io.treehopper.libraries.displays.LedDriver.flush |
( |
boolean |
force | ) |
|
|
abstract |
◆ getBrightness()
| double io.treehopper.libraries.displays.LedDriver.getBrightness |
( |
| ) |
|
◆ getLeds()
| List<Led> io.treehopper.libraries.displays.LedDriver.getLeds |
( |
| ) |
|
◆ hasGlobalBrightnessControl()
| abstract boolean io.treehopper.libraries.displays.LedDriver.hasGlobalBrightnessControl |
( |
| ) |
|
|
abstract |
◆ hasIndividualBrightnessControl()
| abstract boolean io.treehopper.libraries.displays.LedDriver.hasIndividualBrightnessControl |
( |
| ) |
|
|
abstract |
◆ isAutoFlushEnabled()
| boolean io.treehopper.libraries.displays.LedDriver.isAutoFlushEnabled |
( |
| ) |
|
◆ ledBrightnessChanged()
| abstract void io.treehopper.libraries.displays.LedDriver.ledBrightnessChanged |
( |
Led |
led | ) |
|
|
abstract |
◆ ledStateChanged()
| abstract void io.treehopper.libraries.displays.LedDriver.ledStateChanged |
( |
Led |
led | ) |
|
|
abstract |
◆ setAutoFlushEnabled()
| void io.treehopper.libraries.displays.LedDriver.setAutoFlushEnabled |
( |
boolean |
autoFlush | ) |
|
◆ setBrightness()
| void io.treehopper.libraries.displays.LedDriver.setBrightness |
( |
double |
brightness | ) |
|
The documentation for this class was generated from the following file:
- F:/Git/treehopper-sdk/Java/api/treehopper.libraries/src/main/java/io/treehopper/libraries/displays/LedDriver.java