Do not show last typed character when typing

Fixes: #25
This commit is contained in:
Johannes Marbach 2022-01-28 20:01:27 +01:00
parent ab916a81a8
commit 535f442b10
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

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