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