Home
last modified time | relevance | path

Searched refs:tree (Results 1 – 15 of 15) sorted by relevance

/lvgl-3.7.0/docs/get-started/os/
Drt-thread.md31 | [QEMU simulator](https://github.com/RT-Thread/rt-thread/tree/master/bsp/qemu-vexpress-a9/applicat…
32 | [Visual Studio simulator](https://github.com/RT-Thread/rt-thread/tree/master/bsp/simulator/applic…
33 | [Nuvoton numaker-iot-m487](https://github.com/RT-Thread/rt-thread/tree/master/bsp/nuvoton/numaker…
34 | [Nuvoton numaker-pfm-m487](https://github.com/RT-Thread/rt-thread/tree/master/bsp/nuvoton/numaker…
35 | [Nuvoton nk-980iot](https://github.com/RT-Thread/rt-thread/tree/master/bsp/nuvoton/nk-980iot/appl…
36 | [Nuvoton numaker-m2354](https://github.com/RT-Thread/rt-thread/tree/master/bsp/nuvoton/numaker-m2…
37 | [Nuvoton nk-n9h30](https://github.com/RT-Thread/rt-thread/tree/master/bsp/nuvoton/nk-n9h30/applic…
38 | [Nuvoton numaker-m032ki](https://github.com/RT-Thread/rt-thread/tree/master/bsp/nuvoton/numaker-m…
39 | [NXP imxrt1060-evk](https://github.com/RT-Thread/rt-thread/tree/master/bsp/imxrt/imxrt1060-nxp-ev…
40 | [STM32L475 pandora](https://github.com/RT-Thread/rt-thread/tree/master/bsp/stm32/stm32l475-atk-pa…
[all …]
/lvgl-3.7.0/demos/
DREADME.md58 See in [widgets](https://github.com/lvgl/lvgl/tree/master/demos/widgets) folder.
60 <img src="https://github.com/lvgl/lvgl/tree/master/demos/widgets/screenshot1.png?raw=true" width=60…
73 See in [music](https://github.com/lvgl/lvgl/tree/master/demos/music) folder.
75 <img src="https://github.com/lvgl/lvgl/tree/master/demos/music/screenshot1.gif?raw=true" width=600p…
81 See in [keypad_encoder](https://github.com/lvgl/lvgl/tree/master/demos/keypad_encoder) folder.
83 <img src="https://github.com/lvgl/lvgl/tree/master/demos/keypad_encoder/screenshot1.png?raw=true" w…
87 See in [benchmark](https://github.com/lvgl/lvgl/tree/master/demos/benchmark) folder.
88 <img src="https://github.com/lvgl/lvgl/tree/master/demos/benchmark/screenshot1.png?raw=true" width=…
92 See in [stress](https://github.com/lvgl/lvgl/tree/master/demos/stress) folder.
93 <img src="https://github.com/lvgl/lvgl/tree/master/demos/stress/screenshot1.png?raw=true" width=600…
/lvgl-3.7.0/src/extra/
DREADME.md13 - Add description in the [docs](https://github.com/lvgl/lvgl/tree/master/docs)
14 - Add [examples](https://github.com/lvgl/lvgl/tree/master/examples)
15 - Update the [changelog](https://github.com/lvgl/lvgl/tree/master/docs/CHANGELOG.md)
20 - New [Calendar headers](https://github.com/lvgl/lvgl/tree/master/src/extra/widgets/calendar)
23 - New [List items types](https://github.com/lvgl/lvgl/tree/master/src/extra/widgets/list)
/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.c666 static void HuffmanTree_init(HuffmanTree* tree) { in HuffmanTree_init() argument
667 tree->codes = 0; in HuffmanTree_init()
668 tree->lengths = 0; in HuffmanTree_init()
669 tree->table_len = 0; in HuffmanTree_init()
670 tree->table_value = 0; in HuffmanTree_init()
673 static void HuffmanTree_cleanup(HuffmanTree* tree) { in HuffmanTree_cleanup() argument
674 lodepng_free(tree->codes); in HuffmanTree_cleanup()
675 lodepng_free(tree->lengths); in HuffmanTree_cleanup()
676 lodepng_free(tree->table_len); in HuffmanTree_cleanup()
677 lodepng_free(tree->table_value); in HuffmanTree_cleanup()
[all …]
/lvgl-3.7.0/
DREADME_zh.md50 * 丰富详实的[例程](https://github.com/lvgl/lvgl/tree/master/examples)
128 5. 试着动手实践一些[例程](https://github.com/lvgl/lvgl/tree/master/examples)
137 更多例程请参见 [examples](https://github.com/lvgl/lvgl/tree/master/examples) 文件夹。
DREADME.md48 * 100+ simple [Examples](https://github.com/lvgl/lvgl/tree/master/examples)
125 5. Try out some [Examples](https://github.com/lvgl/lvgl/tree/master/examples)
134 For more examples see the [examples](https://github.com/lvgl/lvgl/tree/master/examples) folder.
DREADME_pt_BR.md45 * Mais de 100 [exemplos simples](https://github.com/lvgl/lvgl/tree/master/examples)
141 5. Experimente alguns [Exemplos](https://github.com/lvgl/lvgl/tree/master/examples)
149 Para mais exemplos, veja a pasta [examples](https://github.com/lvgl/lvgl/tree/master/examples).
/lvgl-3.7.0/docs/
DCONTRIBUTING.md206 The examples are directly loaded from the [lvgl/examples](https://github.com/lvgl/lvgl/tree/master/…
213 …e added, look in the [lvgl/examples/widgets](https://github.com/lvgl/lvgl/tree/master/examples/wid…
217 … documentation is located in the [lvgl/docs](https://github.com/lvgl/lvgl/tree/master/docs) folder.
249 …eatures (a.k.a. plugins) in [lvgl/src/extra](https://github.com/lvgl/lvgl/tree/master/src/extra) f…
258 - Add description in the [docs](https://github.com/lvgl/lvgl/tree/master/docs)
259 - Add [examples](https://github.com/lvgl/lvgl/tree/master/examples)
260 - Update the [changelog](https://github.com/lvgl/lvgl/tree/master/docs/CHANGELOG.md)
/lvgl-3.7.0/docs/overview/renderers/
Darm-2d.md13 If you are using **[CMSIS-Pack](https://github.com/lvgl/lvgl/tree/master/env_support/cmsis-pack)** …
/lvgl-3.7.0/examples/arduino/LVGL_Arduino/
DLVGL_Arduino.ino122 …* source codes: https://github.com/lvgl/lvgl/tree/e7f88efa5853128bf871dde335c0ca8da9eb7731/example…
/lvgl-3.7.0/docs/get-started/platforms/
Drenesas.md2 …oad the [SDK](https://github.com/RT-Thread-Studio/sdk-bsp-ra6m3-hmi-board/tree/main/projects/hmi-b…
/lvgl-3.7.0/demos/benchmark/
DREADME.md134 ![LVGL benchmark result summary](https://github.com/lvgl/lvgl/tree/master/demos/benchmark/screensho…
/lvgl-3.7.0/scripts/
DDoxyfile832 # subdirectory from a directory tree whose root is specified with the INPUT tag.
1013 # - Make sure the INPUT points to the root of the source tree
1216 # shown in the various tree structured indices initially; the user can expand
1217 # and collapse entries dynamically later on. Doxygen will expand the tree to
1219 # a fully collapsed tree already exceeds this amount). So setting the number of
1220 # entries 1 will produce a full collapsed tree by default. 0 is a special value
1222 # tree by default.
1327 # the table of contents of the HTML help documentation and to the tree view.
1421 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1427 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
[all …]
/lvgl-3.7.0/docs/porting/
Ddisplay.md37 …configurations using the [benchmark example](https://github.com/lvgl/lvgl/tree/master/demos/benchm…
/lvgl-3.7.0/docs/_static/css/
Dfontawesome.min.css5 …e:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1…