MCPcopy Create free account
hub / github.com/BruceDevices/firmware / getLogging

Method getLogging

include/tftLogger.h:93–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 virtual ~tft_logger();
92 void setLogging(bool _log = true);
93 bool inline getLogging(void) { return logging; };
94
95 // Disables tft writings on the display,
96 // Commands wont be passed to the display if isSleeping==true

Callers 2

shark_setupFunction · 0.80
displayCallbackFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected