22 lines
415 B
C
22 lines
415 B
C
// This file was generated by SquareLine Studio
|
|
// SquareLine Studio version: SquareLine Studio 1.5.4
|
|
// LVGL version: 8.3.11
|
|
// Project name: SquareLine_Project
|
|
|
|
#ifndef _UI_EVENTS_H
|
|
#define _UI_EVENTS_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void event_power_off(lv_event_t * e);
|
|
void event_single_start(lv_event_t * e);
|
|
void event_all_start(lv_event_t * e);
|
|
|
|
#ifdef __cplusplus
|
|
} /*extern "C"*/
|
|
#endif
|
|
|
|
#endif
|