#ifndef __VOLUME_UI_H__ #define __VOLUME_UI_H__ lv_obj_t * menu_volume_init(lv_obj_t * parent); void menu_volume_deinit(void); #endif