Searched defs:_lv_buttonmatrix_t (Results 1 – 1 of 1) sorted by relevance
31 struct _lv_buttonmatrix_t { struct32 lv_obj_t obj;33 const char * const * map_p; /**< Pointer to the current map */34 lv_area_t * button_areas; /**< Array of areas of buttons */35 lv_buttonmatrix_ctrl_t * ctrl_bits; /**< Array of control bytes */36 uint32_t btn_cnt; /**< Number of button in 'map_p'(Handled by the library) */37 uint32_t row_cnt; /**< Number of rows in 'map_p'(Handled by the library) */38 … /**< Index of the active button (being pressed/released etc) or LV_BUTTONMATRIX_BUTTON_NONE */39 uint32_t one_check : 1; /**< Single button toggled at once */