![]() |
CAPS Universe documentation
1.0.4
All you need to know to be successful
|
Printer command (one part of it) to print one bi-coloured line. More...
Data Fields | |
| uint8_t | command |
| uint8_t | mode |
| uint8_t | cnt |
| uint8_t | data [0] |
It corresponds to the monochrome_line_wire_data one, but differs in the mode values (even if only printing in monochrome mode).
| uint8_t command |
The char 'w'
| uint8_t mode |
HIGH_ENERGY for high energy , LOW_ENERGY for low energy
| uint8_t cnt |
Count of bytes following
| uint8_t data[0] |
Line data as payload, to be expanded at run-time