Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlueAndi/Pixelix
/ active
Method
active
lib/DDPPlugin/src/DDPPlugin.cpp:101–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
void DDPPlugin::active(YAGfx& gfx)
102
{
103
/* Clear display */
104
gfx.fillScreen(ColorDef::BLACK);
105
106
m_server.resume();
107
}
108
109
void DDPPlugin::inactive()
110
{
Callers
1
process
Method · 0.45
Calls
2
fillScreen
Method · 0.80
resume
Method · 0.80
Tested by
no test coverage detected