Searched refs:press_count (Results 1 – 1 of 1) sorted by relevance
76 uint32_t press_count = 0; in increment_thread_entry() local81 lv_label_set_text_fmt(counter_label, "Pressed %" LV_PRIu32 " times", press_count); in increment_thread_entry()88 press_count += 1; in increment_thread_entry()91 lv_label_set_text_fmt(counter_label, "Pressed %" LV_PRIu32 " times", press_count); in increment_thread_entry()