Max7456
Class representing a max7456
|
Represents a Video Mode 1 Register value. More...
#include <max7456Registers.h>
Public Attributes | |
unsigned char | whole |
The whole register value. | |
struct { | |
unsigned char blinkingDutyCycle: 2 | |
Blinking Duty Cycle (On:Off) | |
unsigned char blinkingTime: 2 | |
Blinking Time (BT) | |
unsigned char backgroundModeBrightness: 3 | |
Background Mode Brightness. | |
unsigned char backgroundMode: 1 | |
Background Mode. | |
} | bits |
access to individual bits | |
Represents a Video Mode 1 Register value.
unsigned char REG_VM1::backgroundMode |
Background Mode.
unsigned char REG_VM1::backgroundModeBrightness |
Background Mode Brightness.
REG_VM1::bits |
access to individual bits
unsigned char REG_VM1::blinkingDutyCycle |
Blinking Duty Cycle (On:Off)
unsigned char REG_VM1::blinkingTime |
Blinking Time (BT)
unsigned char REG_VM1::whole |
The whole register value.