Update submodules
This commit is contained in:
parent
5c39f76854
commit
0fe01f7a8c
3 changed files with 5 additions and 5 deletions
2
lvgl
2
lvgl
|
|
@ -1 +1 @@
|
|||
Subproject commit 3e0ddd028511c6c4a0ba33a15526f404b31a50b8
|
||||
Subproject commit ab50f001a6f0190d5d5f38b4faa33eb7ac03959e
|
||||
|
|
@ -21,7 +21,7 @@ static const char * const keycaps_lower_terminal_us[] = { \
|
|||
"q", "w", "e", "r", "t", "y", "u", "i", "o", "p", "\n", \
|
||||
"a", "s", "d", "f", "g", "h", "j", "k", "l", "\n", \
|
||||
"ABC", "z", "x", "c", "v", "b", "n", "m", LV_SYMBOL_BACKSPACE, "\n", \
|
||||
"1#", " ", LV_SYMBOL_OK, "" \
|
||||
"123", " ", LV_SYMBOL_OK, "" \
|
||||
};
|
||||
|
||||
static const lv_btnmatrix_ctrl_t attributes_lower_terminal_us[] = { \
|
||||
|
|
@ -83,7 +83,7 @@ static const char * const keycaps_upper_terminal_us[] = { \
|
|||
"Q", "W", "E", "R", "T", "Y", "U", "I", "O", "P", "\n", \
|
||||
"A", "S", "D", "F", "G", "H", "J", "K", "L", "\n", \
|
||||
"abc", "Z", "X", "C", "V", "B", "N", "M", LV_SYMBOL_BACKSPACE, "\n", \
|
||||
"1#", " ", LV_SYMBOL_OK, "" \
|
||||
"123", " ", LV_SYMBOL_OK, "" \
|
||||
};
|
||||
|
||||
static const lv_btnmatrix_ctrl_t attributes_upper_terminal_us[] = { \
|
||||
|
|
@ -145,7 +145,7 @@ static const char * const keycaps_numbers_terminal_us[] = { \
|
|||
"1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "\n", \
|
||||
"*", "#", "$", "/", "&", "-", "_", "+", "(", ")", "\n", \
|
||||
",", "\"", "'", ":", ";", "!", "?", LV_SYMBOL_BACKSPACE, "\n", \
|
||||
"abc", " ", ".", LV_SYMBOL_OK, "" \
|
||||
"ABC", " ", ".", LV_SYMBOL_OK, "" \
|
||||
};
|
||||
|
||||
static const lv_btnmatrix_ctrl_t attributes_numbers_terminal_us[] = { \
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 9786e5f5b3917e3886ce5e532bbe0318e113abd4
|
||||
Subproject commit f2194f34380f4f03b65126bbc274c95e9cab7495
|
||||
Loading…
Add table
Add a link
Reference in a new issue