DockerFluxDC/components/user_ui/ui_events.c

22 lines
365 B
C
Raw Permalink Normal View History

2025-11-28 23:26:05 +08:00
// This file was generated by SquareLine Studio
// SquareLine Studio version: SquareLine Studio 1.5.4
// LVGL version: 8.3.11
// Project name: SquareLine_Project
#include "ui.h"
void event_power_off(lv_event_t * e)
{
// Your code here
}
void event_single_start(lv_event_t * e)
{
// Your code here
}
void event_all_start(lv_event_t * e)
{
// Your code here
}