|
Treehopper Python API
|
Holtek HT16K33 8x8 matrix LED driver. More...
Classes | |
| class | Package |
Public Member Functions | |
| def | __init__ (i2c, package, a0, a1, a2, address) |
| def | flush (force) |
| def | brightness () |
| def | clear () |
Public Attributes | |
| global_brightness | |
| whether this controller has global brightness control More... | |
| individual_brightness | |
| whether this controller has individual brightness control More... | |
| leds | |
| the collection of LEDs controlled by this driver. More... | |
| auto_flush | |
| parent | |
Properties | |
| brightness = property | |
Holtek HT16K33 8x8 matrix LED driver.
This is a popular driver found in dev boards such as the Adafruit LED backpack.
Examples
| def __init__ | ( | i2c, | |
| package, | |||
| a0, | |||
| a1, | |||
| a2, | |||
| address | |||
| ) |
|
inherited |
|
inherited |
| def flush | ( | force | ) |
|
inherited |
|
inherited |
whether this controller has global brightness control
|
inherited |
whether this controller has individual brightness control
|
inherited |
the collection of LEDs controlled by this driver.
|
inherited |
|
staticinherited |