Home
last modified time | relevance | path

Searched refs:high (Results 1 – 10 of 10) sorted by relevance

/lvgl-latest/docs/get-started/bindings/
Dmicropython.md21high-level GUI library](https://forum.micropython.org/viewtopic.php?f=18&t=5543) by default. LVGL …
25 - Develop GUI in Python, a very popular high level language. Use paradigms such as Object-Oriented …
/lvgl-latest/docs/get-started/os/
Drt-thread.md17 - High Scalability. RT-Thread has high-quality scalable software architecture, loose coupling, modu…
18 - Supports high-performance applications.
Dnuttx.md23 …ted Component Based](https://blog.lvgl.io/2018-12-13/extend-lvgl-objects) high-level GUI library, …
/lvgl-latest/src/misc/
Dlv_tlsf.c200 int high = (int)(size >> 32); in tlsf_fls_sizet() local
202 if(high) { in tlsf_fls_sizet()
203 bits = 32 + tlsf_fls(high); in tlsf_fls_sizet()
/lvgl-latest/demos/benchmark/
DREADME.md29 Note that it can result in very high FPS results for simple cases.
/lvgl-latest/docs/overview/
Ddisplay.md45 * **Screens** are the high-level root objects associated with a particular display. One display can…
/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h1762 stbtt_int32 low, high; local
1764 high = (stbtt_int32)ngroups;
1766 while(low < high) {
1767 stbtt_int32 mid = low + ((high - low) >> 1); // rounds down, so low <= mid < high
1771 high = mid;
/lvgl-latest/docs/porting/
Ddisplay.md52 …cessed via serial link. The latter will generally be too slow to maintain high frame rates with fu…
/lvgl-latest/docs/_static/css/
Dfontawesome.min.css5 …content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f7…
/lvgl-latest/docs/
DCHANGELOG.md503 - fix(jpg): swap high and low bytes when macro LV_COLOR_16_SWAP is 1 [`3138`](https://github.com/lv…