Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 4 of 4) sorted by relevance

/lvgl-3.7.0/examples/widgets/textarea/
Dlv_example_textarea_3.py14 rest = txt[colon_pos:]
15 if len(rest) > 3:
/lvgl-3.7.0/docs/widgets/extra/
Dmsgbox.md9 The message box can be modal (blocking clicks on the rest of the screen) or not modal.
/lvgl-3.7.0/docs/overview/
Ddrawing.md41 …utton under the text and it's not necessary to redraw the display under the rest of the button too.
60 …e mask, keep one side of the buffer as it is (255 by default) and set the rest to 0 to indicate th…
/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.c1926 unsigned num = j / 6u, rest = j % 6u; in deflateDynamic() local
1932 if(rest >= 3) { in deflateDynamic()
1934 bitlen_lld_e[numcodes_lld_e++] = rest - 3; in deflateDynamic()
1936 else j -= rest; in deflateDynamic()