Home
last modified time | relevance | path

Searched refs:counter (Results 1 – 5 of 5) sorted by relevance

/lvgl-3.5.0/examples/others/fragment/
Dlv_example_fragment_2.c25 int counter; member
74 ((sample_fragment_t *) self)->counter = 0; in sample_fragment_ctor()
90 lv_label_set_text_fmt(label, "The button has been pressed %d times", fragment->counter); in sample_fragment_create_obj()
123 fragment->counter++; in sample_fragment_inc_click()
124 … lv_label_set_text_fmt(fragment->label, "The button has been pressed %d times", fragment->counter); in sample_fragment_inc_click()
/lvgl-3.5.0/docs/widgets/core/
Dline.md18 By default, the *y == 0* point is in the top of the object. It might be counter-intuitive in some c…
Darc.md35 - `LV_ARC_MODE_REVERSE` The indicator arc is drawn counter-clockwise from the maximum value to the …
/lvgl-3.5.0/src/extra/libs/png/
Dlodepng.c920 size_t width, counter = 0; in bpmnode_sort() local
922 BPMNode* a = (counter & 1) ? mem : leaves; in bpmnode_sort()
923 BPMNode* b = (counter & 1) ? leaves : mem; in bpmnode_sort()
934 counter++; in bpmnode_sort()
936 if(counter & 1) lodepng_memcpy(leaves, mem, sizeof(*leaves) * num); in bpmnode_sort()
/lvgl-3.5.0/docs/
DCHANGELOG.md1621 - fix(draw_triangle): fix polygon/triangle drawing when the order of points is counter-clockwise
1724 - Limit extra button click area of button matrix's buttons. With large paddings it was counter-intu…