Public Member Functions | |
| TftDDDebugInterface (TFT_eSPI &tft, int x=0, int y=0, uint8_t fontSize=2, uint8_t font=1, bool indicateSendCommand=false) | |
| virtual void | logSendCommand (int state) |
Public Member Functions inherited from DrawTextDDDebugInterface | |
| void | setConnectionType (const char *connectionType) |
| virtual void | logConnectionState (DDDebugConnectionState connectionState) |
| See DDDebugConnectionState. | |
| virtual void | logError (const String &errMsg) |
| virtual void | logConnectionState (DDDebugConnectionState connectionState) |
| See DDDebugConnectionState. | |
| virtual void | logSendCommand (int state) |
| virtual void | logError (const String &errMsg) |
Protected Member Functions | |
| virtual void | drawText (const char *text, bool isError) |
| virtual void | drawText (const char *text, bool isError) |
Protected Attributes | |
| TFT_eSPI & | tft |
| int | x |
| int | y |
| uint8_t | fontSize |
| uint8_t | font |
| bool | indicateSendCommand |
Protected Attributes inherited from DrawTextDDDebugInterface | |
| const char * | connectionType |
|
inlineprotectedvirtual |
Reimplemented from DrawTextDDDebugInterface.
|
inlinevirtual |
| state | 1: start sending; 0: stop sending |
Reimplemented from DDDebugInterface.