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

Function addDevices

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

Source from the content-addressed store, hash-verified

260}
261
262static void addDevices(lv_obj_t* parent) {
263 auto devices = hal::getDevices();
264 for (const auto& device: devices) {
265 addDevice(parent, device);
266 }
267}
268
269static lv_obj_t* createTab(lv_obj_t* tabview, const char* name) {
270 auto* tab = lv_tabview_add_tab(tabview, name);

Callers 1

onShowMethod · 0.85

Calls 2

getDevicesFunction · 0.85
addDeviceFunction · 0.85

Tested by

no test coverage detected