2025-03-07 15:13:29 +08:00
|
|
|
// 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
|
|
|
|
|
}
|
2025-03-12 14:00:26 +08:00
|
|
|
|
|
|
|
|
void passwordClear(lv_event_t * e)
|
|
|
|
|
{
|
|
|
|
|
// Your code here
|
|
|
|
|
}
|