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