Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ ~EpdiyDisplay
Method
~EpdiyDisplay
Drivers/EPDiyDisplay/Source/EpdiyDisplay.cpp:21–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
EpdiyDisplay::~EpdiyDisplay() {
22
if (lvglDisplay != nullptr) {
23
stopLvgl();
24
}
25
if (initialized) {
26
stop();
27
}
28
}
29
30
bool EpdiyDisplay::start() {
31
if (initialized) {
Callers
nothing calls this directly
Calls
1
stop
Function · 0.50
Tested by
no test coverage detected