BakeBitLedBar class

Helper class for the BakeBit LED bar - see NanoHatHub.ledBarInitExt for details.

Constructors

BakeBitLedBar()

Properties

bitMask int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getBitMask() int
getHighBits() int
Returns the upper internal 8-bit mask.
getLowBits() int
Returns the lower internal 8-bit mask.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLed(LedBarLed led, LedBarColor color) → void
Sets led (LedBarLed.LED1-LedBarLed.LED5) to color.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited