MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / start

Method start

lib/DateTimePlugin/src/DateTimePlugin.cpp:137–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void DateTimePlugin::start(uint16_t width, uint16_t height)
138{
139 MutexGuard<MutexRecursive> guard(m_mutex);
140
141 m_view.init(width, height);
142
143 PluginWithConfig::start(width, height);
144}
145
146void DateTimePlugin::stop()
147{

Callers 1

activeMethod · 0.45

Calls 1

initMethod · 0.45

Tested by

no test coverage detected