FluxDC/SquareLineProj/Export/ui_events.c

112 lines
1.5 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
#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
}
void DeviceDropDownValueChanged(lv_event_t * e)
{
// Your code here
}
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
}