FluxDC/SquareLineProj/Export/ui_events.c
2025-03-11 18:55:34 +08:00

62 lines
843 B
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
}