FluxDC/SquareLineProj/Export/ui_events.c

142 lines
1.9 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
}