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

Method onShow

Tactility/Source/app/chat/ChatApp.cpp:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void ChatApp::onShow(AppContext& context, lv_obj_t* parent) {
65 view.init(context, parent);
66 if (isFirstLaunch) {
67 view.showSettings(settings);
68 }
69}
70
71void ChatApp::onReceive(const esp_now_recv_info_t* receiveInfo, const uint8_t* data, int length) {
72 if (length <= 0) return;

Callers 1

redrawMethod · 0.45

Calls 2

showSettingsMethod · 0.80
initMethod · 0.45

Tested by

no test coverage detected