MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / clearContainer

Function clearContainer

Tactility/Source/app/systeminfo/SystemInfo.cpp:211–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211static void clearContainer(lv_obj_t* container) {
212 lv_obj_clean(container);
213}
214
215static void addRtosTask(lv_obj_t* parent, const TaskStatus_t& task, uint32_t totalRuntime) {
216 auto* label = lv_label_create(parent);

Callers 2

updateRtosTasksFunction · 0.85
updatePsramMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected