You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
333 B
C
20 lines
333 B
C
// This file was generated by SquareLine Studio
|
|
// SquareLine Studio version: SquareLine Studio 1.3.1
|
|
// LVGL version: 8.3.4
|
|
// Project name: box_reset_mode
|
|
|
|
#ifndef _UI_EVENTS_H
|
|
#define _UI_EVENTS_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void EventBtnSetupClick(lv_event_t *e);
|
|
|
|
#ifdef __cplusplus
|
|
} /*extern "C"*/
|
|
#endif
|
|
|
|
#endif
|