EX-Display
EX-Display
Loading...
Searching...
No Matches
RowAttributes Struct Reference

Structure for row attributes. More...

#include <DisplayInterface.h>

Public Attributes

bool colourSet
 
bool isUnderlined
 
bool isLine
 
bool alwaysTicker
 
bool neverTicker
 
uint16_t textColour
 

Detailed Description

Structure for row attributes.

Member Data Documentation

◆ alwaysTicker

bool RowAttributes::alwaysTicker

This row is a horizontal line, set with '-'

◆ colourSet

bool RowAttributes::colourSet

◆ isLine

bool RowAttributes::isLine

This row needs to be underlined, set with '_'

◆ isUnderlined

bool RowAttributes::isUnderlined

This row has had a custom colour set, use textColour, set with '#'

◆ neverTicker

bool RowAttributes::neverTicker

This row should always scroll horizontally, set with '~'

◆ textColour

uint16_t RowAttributes::textColour

This row should never scroll horizontally, set with '!'


The documentation for this struct was generated from the following file: