Searched refs:high (Results 1 – 10 of 10) sorted by relevance
21 …high-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 …
17 - High Scalability. RT-Thread has high-quality scalable software architecture, loose coupling, modu…18 - Supports high-performance applications.
23 …ted Component Based](https://blog.lvgl.io/2018-12-13/extend-lvgl-objects) high-level GUI library, …
200 int high = (int)(size >> 32); in tlsf_fls_sizet() local202 if(high) { in tlsf_fls_sizet()203 bits = 32 + tlsf_fls(high); in tlsf_fls_sizet()
29 Note that it can result in very high FPS results for simple cases.
45 * **Screens** are the high-level root objects associated with a particular display. One display can…
1762 stbtt_int32 low, high; local1764 high = (stbtt_int32)ngroups;1766 while(low < high) {1767 stbtt_int32 mid = low + ((high - low) >> 1); // rounds down, so low <= mid < high1771 high = mid;
52 …cessed via serial link. The latter will generally be too slow to maintain high frame rates with fu…
5 …content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f7…
503 - fix(jpg): swap high and low bytes when macro LV_COLOR_16_SWAP is 1 [`3138`](https://github.com/lv…