_backgroundColour | DisplayInterface | protected |
_convertRGBtoRGB565(const char *colour) | DisplayInterface | protected |
_csPin | DisplayInterface | protected |
_displayId | DisplayInterface | protected |
_fontHeight | DisplayInterface | protected |
_fontWidth | DisplayInterface | protected |
_getRowPosition(uint8_t row, uint8_t column, int32_t &x, int32_t &y) | TFT_eSPIDisplay | private |
_gfxFont | TFT_eSPIDisplay | private |
_isModifier(char check) | DisplayInterface | protected |
_isRGB(const char *colour) | DisplayInterface | protected |
_logger | DisplayInterface | protected |
_maxColumn | DisplayInterface | protected |
_maxRow | DisplayInterface | protected |
_needsRedraw | DisplayInterface | protected |
_next | DisplayInterface | protected |
_rotation | DisplayInterface | protected |
_sanitiseAttributes(RowAttributes attributes) | DisplayInterface | protected |
_screenId | DisplayInterface | protected |
_setAttribute(RowAttributes attributes, char modifier, uint16_t colour=0xFFFF) | DisplayInterface | protected |
_textColour | DisplayInterface | protected |
_textSize | DisplayInterface | protected |
_tft | TFT_eSPIDisplay | privatestatic |
_tftInitialised | TFT_eSPIDisplay | privatestatic |
begin() override | TFT_eSPIDisplay | virtual |
clearRow(uint8_t row) | TFT_eSPIDisplay | |
clearScreen() override | TFT_eSPIDisplay | virtual |
create(uint8_t rotation, const GFXfont *textFont, uint16_t textColour, uint16_t backgroundColour) | TFT_eSPIDisplay | static |
create(uint8_t rotation, const GFXfont *textFont, uint16_t textColour, uint16_t backgroundColour, int csPin) | TFT_eSPIDisplay | static |
displayFormattedRow(uint8_t row, uint8_t column, RowAttributes attributes, const char *text, bool append) override | TFT_eSPIDisplay | virtual |
displayScreen(Screen *screen) override | TFT_eSPIDisplay | virtual |
displayStartupInfo(const char *version) override | TFT_eSPIDisplay | virtual |
formatRow(int row, const char *text) | DisplayInterface | |
getCSPin() | DisplayInterface | |
getId() | DisplayInterface | |
getNext() | DisplayInterface | |
getScreenId() | DisplayInterface | |
getTFT_eSPIInstance() | TFT_eSPIDisplay | |
needsRedraw() | DisplayInterface | |
setId(uint8_t displayId) | DisplayInterface | |
setLogger(Logger *logger) | DisplayInterface | |
setNeedsRedraw(bool redraw) | DisplayInterface | |
setNext(DisplayInterface *display) | DisplayInterface | |
setScreenId(int screenId) | DisplayInterface | |
TFT_eSPIDisplay(uint8_t rotation, const GFXfont *textFont, uint16_t textColour, uint16_t backgroundColour) | TFT_eSPIDisplay | |
TFT_eSPIDisplay(uint8_t rotation, const GFXfont *textFont, uint16_t textColour, uint16_t backgroundColour, int csPin) | TFT_eSPIDisplay | |
tftInitialised() | TFT_eSPIDisplay | |
~DisplayInterface()=default | DisplayInterface | virtual |
~TFT_eSPIDisplay() override | TFT_eSPIDisplay | |