/* * SPDX-FileCopyrightText: 2026 M5Stack Technology CO LTD * * SPDX-License-Identifier: MIT */ #include "app_template.h" #include #include #include #include #include using namespace mooncake; using namespace smooth_ui_toolkit::lvgl_cpp; AppTemplate::AppTemplate() { // Configure App name setAppInfo().name = "AppTemplate"; // Configure App icon // setAppInfo().icon = (void*)&icon_app_dummy; } // Called when the App is installed void AppTemplate::onCreate() { mclog::tagInfo(getAppInfo().name, "on create"); } static std::unique_ptr