add ext. click are to the slider

This commit is contained in:
Gabor Kiss-Vamosi
2020-02-17 06:59:01 +01:00
parent a0827e74e2
commit d1e3aa254d
2 changed files with 16 additions and 15 deletions

View File

@@ -425,7 +425,7 @@ typedef void * lv_obj_user_data_t;
* LV_EXT_CLICK_AREA_TINY: The extra area can be adjusted horizontally and vertically (0..255 px)
* LV_EXT_CLICK_AREA_FULL: The extra area can be adjusted in all 4 directions (-32k..+32k px)
*/
#define LV_USE_EXT_CLICK_AREA LV_EXT_CLICK_AREA_OFF
#define LV_USE_EXT_CLICK_AREA LV_EXT_CLICK_AREA_TINY
/*==================
* LV OBJ X USAGE