Home
last modified time | relevance | path

Searched full:extra (Results 1 – 25 of 62) sorted by relevance

123

/lvgl-3.7.0/env_support/cmsis-pack/
DLVGL.lvgl.8.4.0.pack ... /extra/calendar.md docs/widgets/extra/chart.md docs/widgets/extra/ ...
DLVGL.lvgl.pdsc321 <description>The Essential services of LVGL (without extra content)</description>
590 <component Cgroup="lvgl" Csub="Extra Themes" condition="LVGL-Essential">
591 <description>Extra Themes, Widgets and Layouts</description>
593 <file category="sourceC" name="src/extra/lv_extra.c" />
595 <!-- src/extra/themes -->
596 … <file category="sourceC" name="src/extra/themes/default/lv_theme_default.c" />
597 … <file category="sourceC" name="src/extra/themes/basic/lv_theme_basic.c" />
598 <file category="sourceC" name="src/extra/themes/mono/lv_theme_mono.c" />
600 <!-- src/extra/widgets -->
601 <file category="sourceC" name="src/extra/widgets/animimg/lv_animimg.c" />
[all …]
Dlv_conf_cmsis.h481 …#define LV_LABEL_LONG_TXT_HINT 1 /*Store some extra info in labels to speed up drawing of very lo…
488 #define LV_ROLLER_INF_PAGES 7 /*Number of extra "pages" when the roller is infinite*/
503 * EXTRA COMPONENTS
/lvgl-3.7.0/
Dcomponent.mk7 src/extra \
13 src/extra/layouts \
14 src/extra/layouts/flex \
15 src/extra/layouts/grid \
16 src/extra/themes \
17 src/extra/themes/basic \
18 src/extra/themes/default \
19 src/extra/widgets/calendar \
20 src/extra/widgets/colorwheel \
21 src/extra/widgets \
[all …]
DKconfig779 … bool "Store extra some info in labels (12 bytes) to speed up drawing of very long texts."
790 int "Number of extra 'pages' when the controller is infinite."
813 menu "Extra Widgets"
Dlv_conf_template.h493 …#define LV_LABEL_LONG_TXT_HINT 1 /*Store some extra info in labels to speed up drawing of very lo…
500 #define LV_ROLLER_INF_PAGES 7 /*Number of extra "pages" when the roller is infinite*/
515 * EXTRA COMPONENTS
/lvgl-3.7.0/scripts/
Dcode-format.cfg30 --exclude=../src/extra/libs/gif/gifdec.c
31 --exclude=../src/extra/libs/gif/gifdec.h
32 --exclude=../src/extra/libs/png/lodepng.c
33 --exclude=../src/extra/libs/png/lodepng.h
34 --exclude=../src/extra/libs/qrcode/qrcodegen.c
35 --exclude=../src/extra/libs/qrcode/qrcodegen.h
36 --exclude=../src/extra/libs/sjpg/tjpgd.c
37 --exclude=../src/extra/libs/sjpg/tjpgd.h
38 --exclude=../src/extra/libs/sjpg/tjpgdcnf.h
DDoxyfile1151 # Note: The order of the extra style sheet files is of importance (e.g. the last
1158 # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
1326 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1682 # If left blank no extra packages will be included.
1718 # Note: The order of the extra style sheet files is of importance (e.g. the last
1725 # The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or
/lvgl-3.7.0/src/extra/libs/tiny_ttf/
Dstb_rect_pack.h194 …stbrp_node extra[2]; // we allocate two extra nodes so optimal user-node-count is 'width' not 'wid… member
273 context->active_head = &context->extra[0]; in stbrp_init_target()
280 context->extra[0].x = 0; in stbrp_init_target()
281 context->extra[0].y = 0; in stbrp_init_target()
282 context->extra[0].next = &context->extra[1]; in stbrp_init_target()
283 context->extra[1].x = (stbrp_coord) width; in stbrp_init_target()
284 context->extra[1].y = (1 << 30); in stbrp_init_target()
285 context->extra[1].next = NULL; in stbrp_init_target()
/lvgl-3.7.0/tests/src/test_cases/
Dtest_line.c71 /* Set the new line extra draw size */ in line_event_cb()
78 /* Setup an event handler for line extra draw size event */ in test_line_should_update_extra_draw_size_based_on_style()
80 /* Trigger the extra draw size event */ in test_line_should_update_extra_draw_size_based_on_style()
85 /* Update line width style, the event handler should set the extra draw size in test_line_should_update_extra_draw_size_based_on_style()
89 /* Trigger the extra draw size event */ in test_line_should_update_extra_draw_size_based_on_style()
/lvgl-3.7.0/src/extra/
DREADME.md1 # Extra components
3 This directory contains extra (optional) components to lvgl.
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)
26 - 9 patch button: Similar to [lv_imgbtn](https://docs.lvgl.io/8.0/widgets/extra/imgbtn.html) but 9 …
/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.c631 /*the extra bits used by codes 257-285 (added to base length)*/
641 /*the extra bits of backwards distances (added to base)*/
1183 ensureBits25(reader, 22); /* up to 15 bits for huffman code, up to 7 extra bits below*/ in getTreeInflateDynamic()
1277 … ensureBits25(reader, 20); /* up to 15 for the huffman symbol, up to 5 for the length extra bits */ in inflateHuffmanBlock()
1284 unsigned numextrabits_l, numextrabits_d; /*extra bits for length and distance*/ in inflateHuffmanBlock()
1290 /*part 2: get extra bits and add the value of that to length*/ in inflateHuffmanBlock()
1298 ensureBits32(reader, 28); /* up to 15 for the huffman symbol, up to 13 for the extra bits */ in inflateHuffmanBlock()
1309 /*part 4: get extra bits from distance*/ in inflateHuffmanBlock()
1469 …257-285: length/distance pair (length code, followed by extra length bits, distance code, extra di… in addLengthDistance()
1718 /*compensate for the fact that longer offsets have more extra bits, a in encodeLZ77()
[all …]
Dlodepng.h1144 extra functionality.
1222 The C++ version has extra functions with std::vectors in the interface and the
1265 *) LodePNGInfo info_png: it stores extra information about the PNG (the input) in here
1267 *) LodePNGDecoderSettings decoder: you can specify a few extra settings for the decoder to use
1272 After decoding, this contains extra information of the PNG image, except the actual
1547 If you want to add extra chunks to a PNG you encode, or use LodePNG for a PNG
/lvgl-3.7.0/docs/others/
Dime_pinyin.md5 Normally, an environment where [lv_keyboard](/widgets/extra/keyboard) can run can also run `lv_ime_…
11 `lv_ime_pinyin`为[键盘](/widgets/extra/keyboard)组件提供汉语拼音输入法(中文输入)的功能(后文简称为拼音输入法),支持26键和9键输入模式。您可以将 `lv…
13 一般情况下,只要是[键盘](/widgets/extra/keyboard)组件能运行的环境 `lv_ime_pinyin` 也能运行。有两个影响因素:字库的大小和词库的大小。
/lvgl-3.7.0/docs/overview/
Ddrawing.md149 This allows changing the parts on a very low level with masks, extra drawing, or changing the param…
187 Finish the drawing of a part. This is a good place to draw extra content on the part or remove mask…
217 If you need to draw outside a widget, LVGL needs to know about it to provide extra space for drawin…
Dobject.md4 …s/core/label), [Image](/widgets/core/img), [List](/widgets/extra/list), [Chart](/widgets/extra/cha…
/lvgl-3.7.0/src/core/
Dlv_event.h56 …LV_EVENT_REFR_EXT_DRAW_SIZE, /**< Get the required extra draw area around the object (e.g. for sha…
317 * Set the new extra draw size. Can be used in `LV_EVENT_REFR_EXT_DRAW_SIZE`
319 * @param size The new extra draw size
Dlv_obj_draw.h123 * Get the required extra size (around the object's part) to draw shadow, outline, value etc.
126 * @return the extra size required around the object
/lvgl-3.7.0/docs/
DCONTRIBUTING.md249 …optional features (a.k.a. plugins) in [lvgl/src/extra](https://github.com/lvgl/lvgl/tree/master/sr…
250 The [README](https://github.com/lvgl/lvgl/blob/master/src/extra/README.md) file describes the basic…
DCHANGELOG.md507 - fix(extra): adjust image decoder initialization order [`3085`](https://github.com/lvgl/lvgl/pull/…
544 - fix(btnmatrix): fix extra draw size calculation to not clip shadow [`7ada130`](https://github.com…
1324 - docs(animimg) add to extra widgets index and fix example [`2610`](https://github.com/lvgl/lvgl/pu…
1365 - docs(extra) add extra/README.md [`8cd504d`](https://github.com/lvgl/lvgl/commit/8cd504d58bb679fe1…
1593 - docs(extra) add extra/README.md <a href="https://github.com/lvgl/lvgl/commit/8cd504d5">8cd504d5</…
1624 - Create an `src/extra` folder for complex widgets:
1626 - In `extra` we can have a lot and specific widgets
1886 - Allow adding extra label to list buttons
1889 - Limit extra button click area of button matrix's buttons. With large paddings it was counter-intu…
/lvgl-3.7.0/docs/widgets/extra/
Dchart.md109 - `draw_size` extra size required to draw the tick and labels (start with 20 px and increase if the…
131 …DIV_LINE_INIT` Used before/after drawn the div lines to add masks to any extra drawings. The foll…
/lvgl-3.7.0/src/
Dlv_conf_internal.h1497 …#define LV_LABEL_LONG_TXT_HINT 1 /*Store some extra info in labels to speed up drawing of very lo…
1530 #define LV_ROLLER_INF_PAGES 7 /*Number of extra "pages" when the roller is infinite*/
1593 * EXTRA COMPONENTS
/lvgl-3.7.0/src/widgets/
Dlv_roller.c141 /*If the selected text has larger font the label needs some extra draw padding to draw it.*/ in lv_roller_set_options()
431 /*If the selected text has a larger font it needs some extra space to draw it*/ in lv_roller_label_event()
Dlv_btnmatrix.c421 /*reserve one row worth of extra space to account for popovers in the top row*/ in lv_btnmatrix_event()
1027 /*Be sure to have a minimal extra space if row/col_gap is small*/ in invalidate_button_area()
/lvgl-3.7.0/docs/widgets/
Dindex.md10 extra/index

123