text_sel: minor fixes and renames

This commit is contained in:
Gabor Kiss-Vamosi
2019-04-18 07:11:43 +02:00
parent 9a711d9e88
commit 41fc80e96b
5 changed files with 82 additions and 41 deletions

View File

@@ -354,7 +354,7 @@ typedef void * lv_obj_user_data_t;
/*Hor, or ver. scroll speed [px/sec] in 'LV_LABEL_LONG_ROLL/ROLL_CIRC' mode*/
# define LV_LABEL_DEF_SCROLL_SPEED 25
# define LV_LABEL_WAIT_CHAR_COUNT 3 /* Waiting period at beginning/end of animation cycle */
# define LV_LABEL_TEXT_SELECTION 1
# define LV_LABEL_TEXT_SEL 1 /*Enable selecting text of the label */
#endif
/*LED (dependencies: -)*/