// 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 } 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 } void on_dropdownPulseTimes_valueChanged(lv_event_t * e) { // Your code here } void on_buttonGetTime_clicked(lv_event_t * e) { // Your code here } void on_buttonTimeUpdate_clicked(lv_event_t * e) { // Your code here } void on_dropdown_deviceTypeBS_valueChanged(lv_event_t * e) { // Your code here } void on_buttonStartTestBS_clicked(lv_event_t * e) { // Your code here } void on_spinboxStageBS_valueChanged(lv_event_t * e) { // Your code here } void on_buttonForceShutOFF_Clicked(lv_event_t * e) { // Your code here } void on_switchShutOff_valueChanged(lv_event_t * e) { // Your code here }