MCPcopy 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
21EpdiyDisplay::~EpdiyDisplay() {
22 if (lvglDisplay != nullptr) {
23 stopLvgl();
24 }
25 if (initialized) {
26 stop();
27 }
28}
29
30bool EpdiyDisplay::start() {
31 if (initialized) {

Callers

nothing calls this directly

Calls 1

stopFunction · 0.50

Tested by

no test coverage detected