Home
last modified time | relevance | path

Searched refs:round (Results 1 – 9 of 9) sorted by relevance

/lvgl-latest/examples/widgets/scale/
Dindex.rst13 A simple round scale
19 A round scale with section and custom styling
31 A round scale with multiple needles, resembling a clock
43 A round scale with labels rotated and translated
/lvgl-latest/src/misc/
Dlv_math.h33 #define LV_ROUND_UP(x, round) ((((x) + ((round) - 1)) / (round)) * (round)) argument
/lvgl-latest/scripts/
Djpg_to_sjpg.py136 print("\tTime taken = " + str(round(time_taken,2)) + " sec")
137 print("\tbin size = " + str(round(len(sjpeg)/1024, 1)) + " KB" )
/lvgl-latest/docs/details/widgets/
Dswitch.rst31 <typical bg props>` to modify the knob's appearance. By default, the knob is round
Dslider.rst30 describe the knob(s). By default, the knob is round (radius-style can modify this)
/lvgl-latest/src/widgets/arc/
Dlv_arc.c575 …lv_value_precise_t round = ((bg_end - arc->bg_angle_start) * 8) / (arc->max_value - arc->min_value… in lv_arc_event() local
576 round = (round + 4) / 16; in lv_arc_event()
577 angle += round; in lv_arc_event()
/lvgl-latest/src/stdlib/builtin/
Dlv_tlsf.c548 const size_t round = (1 << (tlsf_fls_sizet(size) - SL_INDEX_COUNT_LOG2)) - 1; in mapping_search() local
549 size += round; in mapping_search()
/lvgl-latest/
DKconfig683 0: no adjustment, get the integer part of the result (round down)
684 64: round up from x.75
685 128: round up from half
686 192: round up from x.25
687 254: round up
/lvgl-latest/docs/details/main-components/
Ddisplay.rst556 As LVGL can not handle fractional width make sure to round the horizontal resolution
570 rounder callback to your display driver. This callback will round the width and