mirror of
https://github.com/1technophile/OpenMQTTGateway.git
synced 2026-03-08 00:07:11 +01:00
27 lines
557 B
C
27 lines
557 B
C
// This file was generated by SquareLine Studio
|
|
// SquareLine Studio version: SquareLine Studio 1.4.2
|
|
// LVGL version: 9.1.0
|
|
// Project name: JC3248W535CIY
|
|
|
|
#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_omglabelcontainer.h"
|
|
|
|
#ifdef __cplusplus
|
|
} /*extern "C"*/
|
|
#endif
|
|
|
|
#endif
|