parent
ab916a81a8
commit
535f442b10
2 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@
|
|||
- fix: Specify `check: true` when running external commands from meson (#23)
|
||||
- feat!: Hide partition name (#27)
|
||||
- fix: Prevent scrolling when keyboard hides (#21)
|
||||
- feat!: Do not show last typed character when typing (#25)
|
||||
|
||||
## 0.1.0 (2021-11-15)
|
||||
|
||||
|
|
|
|||
|
|
@ -419,7 +419,7 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h"*/
|
|||
|
||||
#define LV_USE_TEXTAREA 1 /*Requires: lv_label*/
|
||||
#if LV_USE_TEXTAREA != 0
|
||||
# define LV_TEXTAREA_DEF_PWD_SHOW_TIME 1500 /*ms*/
|
||||
# define LV_TEXTAREA_DEF_PWD_SHOW_TIME 0 /*ms*/
|
||||
#endif
|
||||
|
||||
#define LV_USE_TABLE 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue