|
EX-Display
EX-Display
|
Structure for row attributes. More...
#include <DisplayInterface.h>
Public Attributes | |
| bool | colourSet |
| bool | isUnderlined |
| bool | isLine |
| bool | alwaysTicker |
| bool | neverTicker |
| uint16_t | textColour |
Structure for row attributes.
| bool RowAttributes::alwaysTicker |
This row is a horizontal line, set with '-'
| bool RowAttributes::colourSet |
| bool RowAttributes::isLine |
This row needs to be underlined, set with '_'
| bool RowAttributes::isUnderlined |
This row has had a custom colour set, use textColour, set with '#'
| bool RowAttributes::neverTicker |
This row should always scroll horizontally, set with '~'
| uint16_t RowAttributes::textColour |
This row should never scroll horizontally, set with '!'