mirror of
https://gitee.com/peng_zhihui/HoloCubic
synced 2025-11-04 21:19:40 +08:00
8 lines
95 B
C
8 lines
95 B
C
#include "events_init.h"
|
|
#include <stdio.h>
|
|
#include "lvgl.h"
|
|
|
|
void events_init(lv_ui *ui)
|
|
{
|
|
}
|