Skip to content

Commit

Permalink
Removing close symbold
Browse files Browse the repository at this point in the history
  • Loading branch information
matthawley committed Feb 4, 2024
1 parent a1e0fdd commit 9492708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CYD-Klipper/src/ui/ip_setup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,14 @@ void ip_init_inner(){
"1", "2", "3", "4", "5", "6", "7", "8", "9", "0", LV_SYMBOL_BACKSPACE, "\n",
"q", "w", "e", "r", "t", "y", "u", "i", "o", "p", "\n",
"a", "s", "d", "f", "g", "h", "j", "k", "l", "-", "\n",
LV_SYMBOL_CLOSE, " ", "z", "x", "c", "v", "b", "n", "m", ".", " ", LV_SYMBOL_OK, NULL
" ", "z", "x", "c", "v", "b", "n", "m", ".", " ", LV_SYMBOL_OK, NULL
};

static const lv_btnmatrix_ctrl_t kb_ctrl[] = {
4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
6, LV_BTNMATRIX_CTRL_HIDDEN | 2, 4, 4, 4, 4, 4, 4, 4, 4, LV_BTNMATRIX_CTRL_HIDDEN | 2, 6
LV_BTNMATRIX_CTRL_HIDDEN | 8, 4, 4, 4, 4, 4, 4, 4, 4, LV_BTNMATRIX_CTRL_HIDDEN | 2, 6
};

lv_obj_t * hostKeyboard = lv_keyboard_create(root);
Expand Down

0 comments on commit 9492708

Please sign in to comment.