fix(example) add trailing empty string in lv_example_textarea_1
This commit is contained in:
@@ -25,7 +25,7 @@ void lv_example_textarea_1(void)
|
||||
static const char * btnm_map[] = {"1", "2", "3", "\n",
|
||||
"4", "5", "6", "\n",
|
||||
"7", "8", "9", "\n",
|
||||
LV_SYMBOL_BACKSPACE, "0", LV_SYMBOL_NEW_LINE};
|
||||
LV_SYMBOL_BACKSPACE, "0", LV_SYMBOL_NEW_LINE, ""};
|
||||
|
||||
lv_obj_t * btnm = lv_btnmatrix_create(lv_scr_act(), NULL);
|
||||
lv_obj_set_size(btnm, 200, 150);
|
||||
|
||||
Reference in New Issue
Block a user