ArduinoDumbDisplay v0.9.9-r34
DumbDisplay Arduino Library -- https://github.com/trevorwslee/Arduino-DumbDisplay
 
Loading...
Searching...
No Matches
DrawTextDDDebugInterface Class Reference
Inheritance diagram for DrawTextDDDebugInterface:
DDDebugInterface AfTftDDDebugInterface OledDDDebugInterface TftDDDebugInterface

Public Member Functions

void setConnectionType (const char *connectionType)
 
virtual void logConnectionState (DDDebugConnectionState connectionState)
 See DDDebugConnectionState.
 
virtual void logError (const String &errMsg)
 
- Public Member Functions inherited from DDDebugInterface
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)
 

Protected Attributes

const char * connectionType
 

Member Function Documentation

◆ logConnectionState()

virtual void DrawTextDDDebugInterface::logConnectionState ( DDDebugConnectionState  connectionState)
inlinevirtual

See DDDebugConnectionState.

Reimplemented from DDDebugInterface.

◆ logError()

virtual void DrawTextDDDebugInterface::logError ( const String &  errMsg)
inlinevirtual

Reimplemented from DDDebugInterface.