![]() |
Max7456
Class representing a max7456
|
Represents a Character Memory Data In Register value. More...
#include <max7456Registers.h>
Public Attributes | |
unsigned char | whole |
The whole register value. | |
struct { | |
unsigned char rightMostPixel: 2 | |
value of the right most pixel | |
unsigned char rightCenterPixel: 2 | |
value of the right center pixel | |
unsigned char leftCenterPixel: 2 | |
value of the left center pixel | |
unsigned char leftMostPixel: 2 | |
value of the left most pixel | |
} | bits |
access to individual bits | |
Represents a Character Memory Data In Register value.
REG_CMDI::bits |
access to individual bits
unsigned char REG_CMDI::leftCenterPixel |
value of the left center pixel
unsigned char REG_CMDI::leftMostPixel |
value of the left most pixel
unsigned char REG_CMDI::rightCenterPixel |
value of the right center pixel
unsigned char REG_CMDI::rightMostPixel |
value of the right most pixel
unsigned char REG_CMDI::whole |
The whole register value.