You are viewing documentation for version:
Information about a memory error. 
Public Attributes#
uint16_t
X coordinate of the address where the error happened. 
uint16_t
Y coordinate of the address where the error happened. 
uint8_t
The color that was written to the memory address. 
uint8_t
The color that was read from the memory address. 
Public Attribute Documentation#
uint16_t DMD_MemoryError::x
X coordinate of the address where the error happened. 
uint16_t DMD_MemoryError::y
Y coordinate of the address where the error happened. 
writtenColor#
uint8_t DMD_MemoryError::writtenColor[3]
The color that was written to the memory address. 
readColor#
uint8_t DMD_MemoryError::readColor[3]
The color that was read from the memory address.