FluxDC/SquareLineProj/Export/ui_events.c

217 lines
3.0 KiB
C
Raw Normal View History

// This file was generated by SquareLine Studio
// SquareLine Studio version: SquareLine Studio 1.5.1
// LVGL version: 8.3.6
// Project name: ESP32S3_UI
#include "ui.h"
void ReadSdCallFunc(lv_event_t * e)
{
// Your code here
}
void F1callbackFunc(lv_event_t * e)
{
// Your code here
}
void F2callbackFunc(lv_event_t * e)
{
// Your code here
}
void F3callbackFunc(lv_event_t * e)
{
// Your code here
}
void lightSliderCallback(lv_event_t * e)
{
// Your code here
}
2025-03-08 14:45:49 +08:00
void DeviceDropDownValueChanged(lv_event_t * e)
{
// Your code here
}
2025-03-11 18:55:34 +08:00
void wifiKeyEnter(lv_event_t * e)
{
// Your code here
}
void wifisearch(lv_event_t * e)
{
// Your code here
}
void getSdcardInfo(lv_event_t * e)
{
// Your code here
}
void wifiNameValueChanged(lv_event_t * e)
{
// Your code here
}
void wificonnect(lv_event_t * e)
{
// Your code here
}
void passwordClear(lv_event_t * e)
{
// Your code here
}
void startToTest(lv_event_t * e)
{
// Your code here
}
void on_buttonStartTest_clicked(lv_event_t * e)
{
// Your code here
}
void on_dropDownWifiName_valueChanged(lv_event_t * e)
{
// Your code here
}
void on_buttonClearPassword_clicked(lv_event_t * e)
{
// Your code here
}
void on_buttonSearchWifi_clicked(lv_event_t * e)
{
// Your code here
}
void on_buttonConnectWifi_clicked(lv_event_t * e)
{
// Your code here
}
void on_panelReadSDCard_clicked(lv_event_t * e)
{
// Your code here
}
void on_sliderLight_valueChanged(lv_event_t * e)
{
// Your code here
}
void on_dropdownDeviceType_valueChanged(lv_event_t * e)
{
// Your code here
}
2025-03-13 10:26:19 +08:00
void on_buttonFluxRead_clicked(lv_event_t * e)
{
// Your code here
}
void on_buttonClearTextarea_clicked(lv_event_t * e)
{
// Your code here
}
void on_buttonReadSDCard_clicked(lv_event_t * e)
{
// Your code here
}
2025-03-13 15:13:27 +08:00
void on_switchWifiShow_clicked(lv_event_t * e)
{
// Your code here
}
2025-03-15 15:51:44 +08:00
void on_buttonRateMinus_clicked(lv_event_t * e)
{
// Your code here
}
void on_buttonRatePlus_clicked(lv_event_t * e)
{
// Your code here
}
2025-03-17 09:50:22 +08:00
void on_spinboxRate_valueChanged(lv_event_t * e)
{
// Your code here
}
void on_spinboxStage_valueChanged(lv_event_t * e)
{
// Your code here
}
2025-03-24 08:08:44 +08:00
void on_buttonReadFlux_clicked(lv_event_t * e)
{
// Your code here
}
void on_labelTestVolume_valueChanged(lv_event_t * e)
{
// Your code here
}
void on_dropDownWorkmode_valueChanged(lv_event_t * e)
{
// Your code here
}
void on_spinboxTime_valueChanged(lv_event_t * e)
{
// Your code here
}
void on_buttonSetFlux_clicked(lv_event_t * e)
{
// Your code here
}
void on_buttonStart_clicked(lv_event_t * e)
{
// Your code here
}
void on_buttonSetFluxTime_clicked(lv_event_t * e)
{
// Your code here
}
void on_buttonFluxStart_clicked(lv_event_t * e)
{
// Your code here
}
2025-03-26 10:07:54 +08:00
void on_dropdownPulseTimes_valueChanged(lv_event_t * e)
{
// Your code here
}
void on_buttonGetTime_clicked(lv_event_t * e)
{
// Your code here
}
2025-03-28 10:13:22 +08:00
void on_buttonTimeUpdate_clicked(lv_event_t * e)
{
// Your code here
}
2025-04-22 10:46:49 +08:00
void on_dropdown_deviceTypeBS_valueChanged(lv_event_t * e)
{
// Your code here
}
2025-04-22 11:00:42 +08:00
void on_buttonStartTestBS_clicked(lv_event_t * e)
{
// Your code here
}