157 lines
2.2 KiB
C
157 lines
2.2 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
|
|
}
|
|
|
|
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
|
|
}
|
|
|
|
void on_switchWifiShow_clicked(lv_event_t * e)
|
|
{
|
|
// Your code here
|
|
}
|
|
|
|
void on_buttonRateMinus_clicked(lv_event_t * e)
|
|
{
|
|
// Your code here
|
|
}
|
|
|
|
void on_buttonRatePlus_clicked(lv_event_t * e)
|
|
{
|
|
// Your code here
|
|
}
|
|
|
|
void on_spinboxRate_valueChanged(lv_event_t * e)
|
|
{
|
|
// Your code here
|
|
}
|
|
|
|
void on_spinboxStage_valueChanged(lv_event_t * e)
|
|
{
|
|
// Your code here
|
|
}
|
|
|
|
void on_buttonReadFlux_clicked(lv_event_t * e)
|
|
{
|
|
// Your code here
|
|
}
|