2025-04-11 09:40:32 +08:00

30 lines
645 B
C

// This file was generated by SquareLine Studio
// SquareLine Studio version: SquareLine Studio 1.3.2
// LVGL version: 8.3.6
// Project name: Smart_Gadget
#ifndef _UI_COMP__H
#define _UI_COMP__H
#include "../ui.h"
#ifdef __cplusplus
extern "C" {
#endif
void get_component_child_event_cb(lv_event_t* e);
void del_component_child_event_cb(lv_event_t* e);
lv_obj_t * ui_comp_get_child(lv_obj_t *comp, uint32_t child_idx);
extern uint32_t LV_EVENT_GET_COMP_CHILD;
#include "ui_comp_alarm_comp.h"
#include "ui_comp_clock_dot.h"
#include "ui_comp_scrolldots.h"
#include "ui_comp_small_label.h"
#ifdef __cplusplus
} /*extern "C"*/
#endif
#endif