Searched refs:precision (Results 1 – 3 of 3) sorted by relevance
/lvgl-3.7.0/src/misc/ |
D | lv_printf.c | 552 unsigned int flags, width, precision, n; in _vsnprintf() local 626 precision = 0U; in _vsnprintf() 631 precision = _atoi(&format); in _vsnprintf() 635 precision = prec > 0 ? (unsigned int)prec : 0U; in _vsnprintf() 737 precision, width, flags); in _vsnprintf() 742 …t, buffer, idx, maxlen, (unsigned long)(value > 0 ? value : 0 - value), value < 0, base, precision, in _vsnprintf() 748 …ut, buffer, idx, maxlen, (unsigned int)(value > 0 ? value : 0 - value), value < 0, base, precision, in _vsnprintf() 764 …ng(out, buffer, idx, maxlen, va_arg(va, unsigned long long), false, base, precision, width, flags); in _vsnprintf() 768 …oa_long(out, buffer, idx, maxlen, va_arg(va, unsigned long), false, base, precision, width, flags); in _vsnprintf() 773 … idx = _ntoa_long(out, buffer, idx, maxlen, value, false, base, precision, width, flags); in _vsnprintf() [all …]
|
/lvgl-3.7.0/docs/widgets/core/ |
D | img.md | 78 To rotate the image use `lv_img_set_angle(img, angle)`. Angle has 0.1 degree precision, so for 45.8…
|
/lvgl-3.7.0/docs/ |
D | CHANGELOG.md | 566 - fix(meter): improve the precision of tick line drawing [`0255c6d`](https://github.com/lvgl/lvgl/c… 1188 - fix(color) fox color premult precision with 16-bit color depth [`f334226`](https://github.com/lvg…
|