Home
last modified time | relevance | path

Searched refs:index (Results 1 – 25 of 90) sorted by relevance

1234

/lvgl-3.7.0/docs/
Dindex.md13 …<a href="intro/index.html"><img class="home-img" src="_static/img/home_1.png" alt="Get familiar wi…
14 …<a href="get-started/index.html"><img class="home-img" src="_static/img/home_2.png" alt="Learn the…
15 …<a href="porting/index.html"><img class="home-img" src="_static/img/home_3.png" alt="See how to po…
16 …<a href="overview/index.html"><img class="home-img" src="_static/img/home_4.png" alt="Learn the ho…
17 …<a href="widgets/index.html"><img class="home-img" src="_static/img/home_5.png" alt="Take a look a…
26 intro/index
28 get-started/index
29 porting/index
30 overview/index
31 widgets/index
[all …]
/lvgl-3.7.0/src/extra/others/ime/
Dlv_ime_pinyin.c659 for(int index = 0; index < (pinyin_ime->ta_count + tmp_btn_str_len); index++) { in lv_ime_pinyin_kb_event() local
778 uint16_t index = 0; in lv_ime_pinyin_cand_panel_event() local
779 for(index = 0; index < pinyin_ime->ta_count; index++) in lv_ime_pinyin_cand_panel_event()
905 uint8_t index, len = 0, offset; in pinyin_search_matching() local
920 for(index = 0; index < len; index++) { in pinyin_search_matching()
921 if(*(py_str + index) != *((cpHZ->py) + index)) { in pinyin_search_matching()
927 if(len == 1 || index == len) { in pinyin_search_matching()
1004 int index = 0; in pinyin_k9_get_legal_py() local
1014 while(index != -1) { in pinyin_k9_get_legal_py()
1015 if(index == len) { in pinyin_k9_get_legal_py()
[all …]
/lvgl-3.7.0/docs/get-started/
Dindex.md5 2. Read the [Introduction](https://docs.lvgl.io/latest/en/html/intro/index.html) page of the docume…
10 7. Port LVGL to a board. See the [Porting](https://docs.lvgl.io/master/porting/index.html) guide or…
11 8. Read the [Overview](https://docs.lvgl.io/master/overview/index.html) page to get a better unders…
12 9. Check the documentation of the [Widgets](https://docs.lvgl.io/master/widgets/index.html) to see …
23 platforms/index
24 os/index
25 bindings/index
/lvgl-3.7.0/docs/widgets/
Dindex.md9 core/index
10 extra/index
/lvgl-3.7.0/src/core/
Dlv_obj_tree.c184 void lv_obj_move_to_index(lv_obj_t * obj, int32_t index) in lv_obj_move_to_index() argument
188 if(index < 0) { in lv_obj_move_to_index()
189 index = lv_obj_get_child_cnt(lv_obj_get_parent(obj)) + index; in lv_obj_move_to_index()
196 if(index < 0) return; in lv_obj_move_to_index()
197 if(index >= (int32_t) lv_obj_get_child_cnt(parent)) return; in lv_obj_move_to_index()
198 if(index == old_index) return; in lv_obj_move_to_index()
201 if(index < old_index) { in lv_obj_move_to_index()
202 while(i > index) { in lv_obj_move_to_index()
208 while(i < index) { in lv_obj_move_to_index()
214 parent->spec_attr->children[index] = obj; in lv_obj_move_to_index()
Dlv_obj_tree.h103 void lv_obj_move_to_index(struct _lv_obj_t * obj, int32_t index);
/lvgl-3.7.0/examples/widgets/list/
Dlv_example_list_2.c53 uint32_t index = lv_obj_get_index(currentButton); in event_handler_up() local
54 if(index <= 0) return; in event_handler_up()
55 lv_obj_move_to_index(currentButton, index - 1); in event_handler_up()
80 const uint32_t index = lv_obj_get_index(currentButton); in event_handler_dn() local
82 lv_obj_move_to_index(currentButton, index + 1); in event_handler_dn()
Dlv_example_list_2.py40 index = currentButton.get_index()
41 if index <= 0:
43 currentButton.move_to_index(index - 1)
65 index = currentButton.get_index()
66 currentButton.move_to_index(index + 1)
/lvgl-3.7.0/src/extra/widgets/animimg/
Dlv_animimg.c39 static void index_change(lv_obj_t * obj, int32_t index);
128 static void index_change(lv_obj_t * obj, int32_t index) in index_change() argument
133 idx = index % animimg->pic_count; in index_change()
/lvgl-3.7.0/
DREADME_zh.md37 * 丰富且强大的模块化[图形组件](https://docs.lvgl.io/master/widgets/index.html):按钮 (buttons)、图表 (charts)、列表 (list…
105 - [Raspberry Pi](http://www.vk3erw.com/index.php/16-software/63-raspberry-pi-official-7-touchscreen…
125 2. 阅读文档[简介](https://docs.lvgl.io/master/intro/index.html)章节来初步了解LVGL(5分钟)
129 6. 参考[移植指南](https://docs.lvgl.io/master/porting/index.html)尝试将LVGL移植到一块开发板上,LVGL也已经提供了一些移植好的[工程](ht…
130 7. 仔细阅读文档[总览](https://docs.lvgl.io/master/overview/index.html)章节来更加深入的了解和熟悉LVGL(2-3小时)
131 8. 浏览文档[组件(Widgets)](https://docs.lvgl.io/master/widgets/index.html)章节来了解如何使用它们
DREADME_pt_BR.md31 * Poderosos [widgets](https://docs.lvgl.io/master/widgets/index.html): botões, gráficos, listas, co…
118 - [Raspberry Pi](http://www.vk3erw.com/index.php/16-software/63-raspberry-pi-official-7-touchscreen…
138 2. Leia a [introdução](https://docs.lvgl.io/master/intro/index.html) da documentação (5 minutos)
142 6. Placa para porta LVGL. Veja o guia [porting](https://docs.lvgl.io/master/porting/index.html) ou …
143 7. Leia a [visão geral](https://docs.lvgl.io/master/overview/index.html) para entender melhor a bib…
144 8. Verifique a documentação dos [widgets](https://docs.lvgl.io/master/widgets/index.html) para ver …
DREADME.md34 * Powerful [building blocks](https://docs.lvgl.io/master/widgets/index.html): buttons, charts, list…
122 2. Read the [Introduction](https://docs.lvgl.io/master/intro/index.html) page of the documentation …
126 6. Port LVGL to a board. See the [Porting](https://docs.lvgl.io/master/porting/index.html) guide or…
127 7. Read the [Overview](https://docs.lvgl.io/master/overview/index.html) page to get a better unders…
128 8. Check the documentation of the [Widgets](https://docs.lvgl.io/master/widgets/index.html) to see …
/lvgl-3.7.0/src/widgets/
Dlv_label.h140 void lv_label_set_text_sel_start(lv_obj_t * obj, uint32_t index);
147 void lv_label_set_text_sel_end(lv_obj_t * obj, uint32_t index);
/lvgl-3.7.0/docs/widgets/core/
Droller.md19 …ly with `lv_roller_set_selected(roller, id, LV_ANIM_ON/OFF)`, where *id* is the index of an option.
24 To get the *index* of the currently selected option use `lv_roller_get_selected(roller)`.
49 .. include:: ../../../examples/widgets/roller/index.rst
Ddropdown.md44 …`lv_dropdown_add_option(dropdown, "New option", pos)` function inserts a new option to `pos` index.
49 …ption manually with `lv_dropdown_set_selected(dropdown, id)`, where `id` is the index of an option.
52 The get the *index* of the selected option, use `lv_dropdown_get_selected(dropdown)`.
94 .. include:: ../../../examples/widgets/dropdown/index.rst
/lvgl-3.7.0/docs/overview/
Dindex.md26 renderers/index
/lvgl-3.7.0/docs/widgets/extra/
Dchart.md19 …ties are used to style the bars. `pad_column` sets the space between the columns on the same index.
60 2. Use `lv_chart_set_value_by_id(chart, ser, id, value)` where `id` is the index of the point you w…
97 index with the function `lv_chart_set_x_start_point(chart, ser, id)` where `id` is the new index po…
129 …cked pressed. `lv_chart_get_pressed_point(chart)` returns the zero-based index of the pressed poi…
136 - `id`: index of the line
141 - `id`: index of the point
150 - `id`: index of the point
182 .. include:: ../../../examples/widgets/chart/index.rst
Dspan.md21 … id)` will return a pointer to the child span at index `id`. In addition, `id` can be negative to
74 .. include:: ../../../examples/widgets/span/index.rst
Dmsgbox.md42 …gbox)` and `lv_msgbox_get_active_btn_text(msgbox)` can be used to get the index and text of the cl…
56 .. include:: ../../../examples/widgets/msgbox/index.rst
Dtabview.md47 … the tab button. `lv_tabview_get_tab_act(tabview)` returns the zero based index of the current tab.
61 .. include:: ../../../examples/widgets/tabview/index.rst
Dspinner.md33 .. include:: ../../../examples/widgets/spinner/index.rst
/lvgl-3.7.0/src/extra/others/monkey/
Dlv_monkey.c174 int32_t index = lv_monkey_random(0, sizeof(lv_key_map) / sizeof(lv_key_map[0]) - 1); in lv_monkey_timer_cb() local
175 data->key = lv_key_map[index]; in lv_monkey_timer_cb()
/lvgl-3.7.0/docs/others/
Dimgfont.md18 .. include:: ../../examples/others/imgfont/index.rst
/lvgl-3.7.0/src/extra/widgets/span/
Dlv_span.c35 uint16_t index; member
63 static lv_snippet_t * lv_get_snippet(uint16_t index);
622 if(snippet_stack.index < LV_SPAN_SNIPPET_STACK_SIZE) { in lv_snippet_push()
623 memcpy(&snippet_stack.stack[snippet_stack.index], item, sizeof(lv_snippet_t)); in lv_snippet_push()
624 snippet_stack.index++; in lv_snippet_push()
633 return snippet_stack.index; in lv_get_snippet_cnt()
636 static lv_snippet_t * lv_get_snippet(uint16_t index) in lv_get_snippet() argument
638 return &snippet_stack.stack[index]; in lv_get_snippet()
643 snippet_stack.index = 0; in lv_snippet_clear()
/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.c701 unsigned index; in HuffmanTree_makeTable() local
704 index = reverseBits(symbol >> (l - FIRSTBITS), FIRSTBITS); in HuffmanTree_makeTable()
705 maxlens[index] = LODEPNG_MAX(maxlens[index], l); in HuffmanTree_makeTable()
750 unsigned index = reverse | (j << l); in HuffmanTree_makeTable() local
751 …if(tree->table_len[index] != 16) return 55; /*invalid tree: long symbol shares prefix with short s… in HuffmanTree_makeTable()
752 tree->table_len[index] = l; in HuffmanTree_makeTable()
753 tree->table_value[index] = i; in HuffmanTree_makeTable()
758 unsigned index = reverse & mask; in HuffmanTree_makeTable() local
759 unsigned maxlen = tree->table_len[index]; in HuffmanTree_makeTable()
762 unsigned start = tree->table_value[index]; /*starting index in secondary table*/ in HuffmanTree_makeTable()
[all …]

1234