Home
last modified time | relevance | path

Searched refs:_LV_BTN_STATE_LAST (Results 1 – 2 of 2) sorted by relevance

/lvgl-2.7.6/src/lv_widgets/
Dlv_imgbtn.h40 const void * img_src_mid[_LV_BTN_STATE_LAST]; /*Store center images to each state*/
42 const void * img_src_left[_LV_BTN_STATE_LAST]; /*Store left side images to each state*/
43 const void * img_src_right[_LV_BTN_STATE_LAST]; /*Store right side images to each state*/
Dlv_btn.h45 _LV_BTN_STATE_LAST, /* Number of states*/ enumerator