lv_keyboard_get_btn_text() function
Get the button's text
Syntax
static inline const char * lv_keyboard_get_btn_text(const lv_obj_t * obj,
uint16_t btn_id);
Arguments
obj
pointer to button matrix object
btn_id
the index a button not counting new line characters.
Return value
text of btn_index` button