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

11 lines
182 B
C
Raw Normal View History

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