FastLED 3.9.15
Loading...
Searching...
No Matches

◆ ~CLEDController()

CLEDController::~CLEDController ( )

Definition at line 13 of file cled_controller.cpp.hpp.

13 {
14#if SKETCH_HAS_LARGE_MEMORY
15 // Remove from draw list on destruction to prevent dangling pointers
16 // Note: Not enabled on memory-constrained platforms (AVR, ESP8266, etc.)
17 // because the virtual destructor adds ~600 bytes on AVR and pulling in
18 // removeFromDrawList() adds additional overhead
20#endif
21}
void removeFromDrawList() FL_NOEXCEPT
Remove this controller from the draw list.

References removeFromDrawList().

+ Here is the call graph for this function: