41 lines
1.4 KiB
C
41 lines
1.4 KiB
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 _UI_EVENTS_H
|
|
#define _UI_EVENTS_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void on_spinboxStage_valueChanged(lv_event_t * e);
|
|
void on_spinboxRate_valueChanged(lv_event_t * e);
|
|
void on_buttonRateMinus_clicked(lv_event_t * e);
|
|
void on_buttonRatePlus_clicked(lv_event_t * e);
|
|
void on_labelTestVolume_valueChanged(lv_event_t * e);
|
|
void on_buttonStartTest_clicked(lv_event_t * e);
|
|
void on_sliderLight_valueChanged(lv_event_t * e);
|
|
void on_dropdownDeviceType_valueChanged(lv_event_t * e);
|
|
void on_dropDownWifiName_valueChanged(lv_event_t * e);
|
|
void on_buttonClearPassword_clicked(lv_event_t * e);
|
|
void on_buttonSearchWifi_clicked(lv_event_t * e);
|
|
void on_buttonConnectWifi_clicked(lv_event_t * e);
|
|
void on_buttonReadSDCard_clicked(lv_event_t * e);
|
|
void on_dropDownWorkmode_valueChanged(lv_event_t * e);
|
|
void on_buttonReadFlux_clicked(lv_event_t * e);
|
|
void on_spinboxTime_valueChanged(lv_event_t * e);
|
|
void on_dropdownPulseTimes_valueChanged(lv_event_t * e);
|
|
void on_buttonFluxStart_clicked(lv_event_t * e);
|
|
void on_buttonGetTime_clicked(lv_event_t * e);
|
|
void on_buttonFluxRead_clicked(lv_event_t * e);
|
|
void on_buttonClearTextarea_clicked(lv_event_t * e);
|
|
void on_buttonTimeUpdate_clicked(lv_event_t * e);
|
|
|
|
#ifdef __cplusplus
|
|
} /*extern "C"*/
|
|
#endif
|
|
|
|
#endif
|