1
0
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:
embeddedt 2019-04-13 07:57:30 -04:00 committed by GitHub
commit 2b26b9dc51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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};