My9221Context class

Local context for the MY9221 chip

Constructors

My9221Context()

Properties

autoRefresh bool
Auto refresh state
getter/setter pair
bitStates Uint16List
An array of Uint16's representing our bit states (on/off) intensities. Only the low 8 bits are used.
getter/setter pair
commandWord int?
The command word
getter/setter pair
gpioClk ↔ MraaGpioContext
GPIO clock pin context
getter/setter pair
gpioData ↔ MraaGpioContext
GPIO data pin context
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
highIntensity int?
High intensity level
getter/setter pair
initialized bool
Initialise status
getter/setter pair
instances int?
Maximum led bar instances
getter/setter pair
lowIntensity int?
Low intensity level
getter/setter pair
maxLed int?
Maximum led bars
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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