Now vibrating the watch on a menu item click if it is configured to do so
This commit is contained in:
parent
72ddebfb8b
commit
1a425cce58
@ -15,6 +15,9 @@ static void menu_item_cb(lv_event_t *e)
|
||||
uint32_t icon_id = (uint32_t)e->user_data;
|
||||
LV_LOG_USER("Menu icon pressed : %u", icon_id);
|
||||
|
||||
// Give some user feedback that an item was clicked
|
||||
common_screen_onclick_vibration();
|
||||
|
||||
switch(icon_id)
|
||||
{
|
||||
case 0:
|
||||
|
Loading…
Reference in New Issue
Block a user