xref: /OK3568_Linux_fs/app/lvgl_demo/rk_demo/smart_home/smart_home_ui.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 #ifndef __SMART_HOME_UI_H__
2 #define __SMART_HOME_UI_H__
3 
4 void smart_home_ui_init(void);
5 lv_img_dsc_t * smart_home_ui_bg_blur(void);
6 
7 #endif
8 
9