Modifier and Type | Method and Description |
---|---|
static I2CDisplay.HT16K33 |
I2CDisplay.HT16K33.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I2CDisplay.HT16K33[] |
I2CDisplay.HT16K33.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.pi4j.io.i2c.I2CDevice |
I2CDisplay.displayInit(Raspberry rpi,
I2CDisplay.HT16K33 blink,
I2CDisplay.HT16K33 brightness,
java.lang.String ledName)
displayInit: Turn on the HT16K33 chip, turn on the displayLED, set the blink
rate, and finally set displayLED brightness.
|
void |
I2CDisplay.displayOff(com.pi4j.io.i2c.I2CDevice adafruitFeather,
I2CDisplay.HT16K33 blink)
Turn off the LED displayLED.
|
static void |
I2CDisplay.displayOn(com.pi4j.io.i2c.I2CDevice adafruitFeather,
I2CDisplay.HT16K33 blink)
Turn on the LED displayLED
|
static void |
I2CDisplay.setBlinkMode(com.pi4j.io.i2c.I2CDevice adafruitFeather,
I2CDisplay.HT16K33 blink)
Set the blink mode on the LED displayLED and turn the displayLED on.
|
static void |
I2CDisplay.setBrigtness(com.pi4j.io.i2c.I2CDevice adafruitFeather,
I2CDisplay.HT16K33 brightness)
Set the brightness level of the LED displayLED.
|