mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-21 06:53:01 +08:00
Merge pull request #1018 from canardos/dev-6.0
Remove legacy control codes
This commit is contained in:
commit
2b26b9dc51
@ -64,9 +64,9 @@ static const lv_btnm_ctrl_t kb_ctrl_spec_map[] = {
|
||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2,
|
||||
2, 6, 2, 2};
|
||||
|
||||
static const char * kb_map_num[] = {"1", "2", "3", "\202" LV_SYMBOL_CLOSE, "\n",
|
||||
"4", "5", "6", "\202" LV_SYMBOL_OK, "\n",
|
||||
"7", "8", "9", "\202Bksp", "\n",
|
||||
static const char * kb_map_num[] = {"1", "2", "3", LV_SYMBOL_CLOSE, "\n",
|
||||
"4", "5", "6", LV_SYMBOL_OK, "\n",
|
||||
"7", "8", "9", "Bksp", "\n",
|
||||
"+/-", "0", ".", LV_SYMBOL_LEFT, LV_SYMBOL_RIGHT, ""};
|
||||
|
||||
static const lv_btnm_ctrl_t kb_ctrl_num_map[] = {1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1};
|
||||
|
Loading…
x
Reference in New Issue
Block a user