chore: migrate project into clean repository

This commit is contained in:
yuuux
2026-08-13 16:50:52 +08:00
commit d1d25a09e7
27405 changed files with 9422808 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#ifndef __LISA_UI_ALARM_H__
#define __LISA_UI_ALARM_H__
#include "lvgl.h"
lv_obj_t *lisa_ui_alarm_create(lv_obj_t *parent);
void lisa_ui_alarm_item_clear(lv_obj_t *obj);
int lisa_ui_alarm_item_add(lv_obj_t *obj, const char *label, const char *sub_label);
#endif /* __LISA_UI_ALARM_H__ */