Skip to content

Commit 31cba72

Browse files
committed
chore(UI): update keyboard close icon
1 parent 44c9908 commit 31cba72

File tree

12 files changed

+2
-2
lines changed

12 files changed

+2
-2
lines changed

src/UI/Components/LVGL/LvKeyboard.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace UI
1818
"1#", "q", "w", "e", "r", "t", "y", "u", "i", "o", "p", LV_SYMBOL_BACKSPACE, "\n",
1919
"ABC", "a", "s", "d", "f", "g", "h", "j", "k", "l", LV_SYMBOL_NEW_LINE, "\n",
2020
"_", "-", "z", "x", "c", "v", "b", "n", "m", ".", ",", ":", "\n",
21-
LV_SYMBOL_CLOSE, LV_SYMBOL_LEFT, " ", LV_SYMBOL_RIGHT, LV_SYMBOL_OK, ""
21+
LV_SYMBOL_KEYBOARD, LV_SYMBOL_LEFT, " ", LV_SYMBOL_RIGHT, LV_SYMBOL_OK, ""
2222
};
2323

2424
static const lv_buttonmatrix_ctrl_t default_kb_ctrl_lc_map[] = {
@@ -34,7 +34,7 @@ namespace UI
3434
"1#", "Q", "W", "E", "R", "T", "Y", "U", "I", "O", "P", LV_SYMBOL_BACKSPACE, "\n",
3535
"abc", "A", "S", "D", "F", "G", "H", "J", "K", "L", LV_SYMBOL_NEW_LINE, "\n",
3636
"_", "-", "Z", "X", "C", "V", "B", "N", "M", ".", ",", ":", "\n",
37-
LV_SYMBOL_CLOSE, LV_SYMBOL_LEFT, " ", LV_SYMBOL_RIGHT, LV_SYMBOL_OK, ""
37+
LV_SYMBOL_KEYBOARD, LV_SYMBOL_LEFT, " ", LV_SYMBOL_RIGHT, LV_SYMBOL_OK, ""
3838
};
3939
// clang-format on
4040

70 Bytes
Loading
59 Bytes
Loading
59 Bytes
Loading
59 Bytes
Loading
59 Bytes
Loading
59 Bytes
Loading
64 Bytes
Loading
79 Bytes
Loading
97 Bytes
Loading

0 commit comments

Comments
 (0)