Searched refs:round (Results 1 – 9 of 9) sorted by relevance
13 A simple round scale19 A round scale with section and custom styling31 A round scale with multiple needles, resembling a clock43 A round scale with labels rotated and translated
33 #define LV_ROUND_UP(x, round) ((((x) + ((round) - 1)) / (round)) * (round)) argument
136 print("\tTime taken = " + str(round(time_taken,2)) + " sec")137 print("\tbin size = " + str(round(len(sjpeg)/1024, 1)) + " KB" )
31 <typical bg props>` to modify the knob's appearance. By default, the knob is round
30 describe the knob(s). By default, the knob is round (radius-style can modify this)
575 …lv_value_precise_t round = ((bg_end - arc->bg_angle_start) * 8) / (arc->max_value - arc->min_value… in lv_arc_event() local576 round = (round + 4) / 16; in lv_arc_event()577 angle += round; in lv_arc_event()
548 const size_t round = (1 << (tlsf_fls_sizet(size) - SL_INDEX_COUNT_LOG2)) - 1; in mapping_search() local549 size += round; in mapping_search()
683 0: no adjustment, get the integer part of the result (round down)684 64: round up from x.75685 128: round up from half686 192: round up from x.25687 254: round up
556 As LVGL can not handle fractional width make sure to round the horizontal resolution570 rounder callback to your display driver. This callback will round the width and