KT25-1015_AC695x_SDK310/apps/ui/ui_home.h

10 lines
155 B
C
Raw Normal View History

2026-02-13 13:49:31 +00:00
#ifndef __UI_HOME_H__
#define __UI_HOME_H__
#include "lvgl.h"
lv_obj_t *ui_home_create(void);
void ui_home_on_key(int key_event, int key_value);
#endif