20 lines
368 B
C
20 lines
368 B
C
// This file was generated by SquareLine Studio
|
|
// SquareLine Studio version: SquareLine Studio 1.5.1
|
|
// LVGL version: 8.3.6
|
|
// Project name: ESP32S3_UI
|
|
|
|
#ifndef _ESP32S3_UI_UI_COMP_HOOK_H
|
|
#define _ESP32S3_UI_UI_COMP_HOOK_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void ui_comp_Button1_create_hook(lv_obj_t * comp);
|
|
|
|
#ifdef __cplusplus
|
|
} /*extern "C"*/
|
|
#endif
|
|
|
|
#endif
|