Enum Pca9633.AutoIncrement
Auto increment mode
Assembly: Pca9633.dll
View Source
public enum Pca9633.AutoIncrement : byte
Fields
None
None
View Source
None = 0
AllRegisters
All registers
View Source
AllRegisters = 1
IndividualBrightnessRegisters
Individual brightness registers
View Source
IndividualBrightnessRegisters = 2
GlobalControlRegisters
Global control registers
View Source
GlobalControlRegisters = 3
IndividualAndGlobalRegisters
Individual and global registers
View Source
IndividualAndGlobalRegisters = 4