7#ifndef _UI_WIDGET_CONTROL_BAR_H_
8#define _UI_WIDGET_CONTROL_BAR_H_
17 lv_obj_t *button_1_label;
18 lv_obj_t *button_2_label;
19 lv_obj_t *button_3_label;
20 lv_obj_t *button_4_label;
27 lv_event_cb_t button_1_cb;
28 lv_event_cb_t button_2_cb;
29 lv_event_cb_t button_3_cb;
30 lv_event_cb_t button_4_cb;
context_t
UI context definition.
Definition context.h:22
A structure to hold the control bar button callbacks.
Definition control_bar.h:26
A structure to hold the control bar widgets.
Definition control_bar.h:16