ArduinoDumbDisplay v0.9.9-r34
DumbDisplay Arduino Library -- https://github.com/trevorwslee/Arduino-DumbDisplay
 
Loading...
Searching...
No Matches
DDDebugInterface Class Reference

Base class for debug callback set by calling DumbDisplay::debugSetup() More...

#include <dumbdisplay.h>

Inheritance diagram for DDDebugInterface:
CompositeDDDebugInterface DrawTextDDDebugInterface LedDDDebugInterface ToSerialDDDebugInterface AfTftDDDebugInterface OledDDDebugInterface TftDDDebugInterface

Public Member Functions

virtual void logConnectionState (DDDebugConnectionState connectionState)
 See DDDebugConnectionState.
 
virtual void logSendCommand (int state)
 
virtual void logError (const String &errMsg)
 

Detailed Description

Base class for debug callback set by calling DumbDisplay::debugSetup()

Member Function Documentation

◆ logConnectionState()

virtual void DDDebugInterface::logConnectionState ( DDDebugConnectionState  connectionState)
inlinevirtual

◆ logSendCommand()

virtual void DDDebugInterface::logSendCommand ( int  state)
inlinevirtual
Parameters
state1: start sending; 0: stop sending

Reimplemented in LedDDDebugInterface, CompositeDDDebugInterface, AfTftDDDebugInterface, OledDDDebugInterface, and TftDDDebugInterface.