Home
last modified time | relevance | path

Searched refs:symbol (Results 1 – 13 of 13) sorted by relevance

/lvgl-3.6.0/src/widgets/
Dlv_dropdown.h42 const void * symbol; /**< Arrow or other icon when the drop-down list is closed*/ member
136 void lv_dropdown_set_symbol(lv_obj_t * obj, const void * symbol);
Dlv_dropdown.c307 void lv_dropdown_set_symbol(lv_obj_t * obj, const void * symbol) in lv_dropdown_set_symbol() argument
312 dropdown->symbol = symbol; in lv_dropdown_set_symbol()
434 return dropdown->symbol; in lv_dropdown_get_symbol()
596 dropdown->symbol = LV_SYMBOL_DOWN; in lv_dropdown_constructor()
810 if(dropdown->symbol) { in draw_main()
811 lv_img_src_t symbol_type = lv_img_src_get_type(dropdown->symbol); in draw_main()
816 …lv_txt_get_size(&size, dropdown->symbol, symbol_dsc.font, symbol_dsc.letter_space, symbol_dsc.line… in draw_main()
823 lv_res_t res = lv_img_decoder_get_info(dropdown->symbol, &header); in draw_main()
847 lv_draw_label(draw_ctx, &symbol_dsc, &symbol_area, dropdown->symbol, NULL); in draw_main()
858 lv_draw_img(draw_ctx, &img_dsc, &symbol_area, dropdown->symbol); in draw_main()
[all …]
/lvgl-3.6.0/examples/widgets/img/
Dindex.rst2 Image from variable and symbol
/lvgl-3.6.0/docs/overview/
Dfont.md31 Containing all the ASCII characters, the degree symbol (U+00B0), the bullet symbol (U+2022) and the…
165 1. Search for a symbol on [https://fontawesome.com](https://fontawesome.com). For example the [USB
168 4. Add the Unicode ID of the symbol to the range field. E.g.` 0xf287` for the USB symbol. More symb…
172 **Using the symbol**
177 …el, MY_USB_SYMBOL)` searches for this symbol in the font defined in `style.text.font` properties. …
/lvgl-3.6.0/docs/widgets/core/
Ddropdown.md19 - `LV_PART_INDICATOR` Typically an arrow symbol that can be an image or a text (`LV_SYMBOL`).
62 A symbol (typically an arrow) can be added to the dropdown list with `lv_dropdown_set_symbol(dropdo…
64 If the direction of the drop-down list is `LV_DIR_LEFT` the symbol will be shown on the left, othe…
Dimg.md31symbol similarly to [Labels](/widgets/core/label). In this case, the image will be rendered as tex…
/lvgl-3.6.0/docs/widgets/extra/
Dlist.md18 …, icon, text)` adds a full-width button with an icon - that can be an image or symbol - and a text.
Dkeyboard.md33 … maps are preconfigured to only show the popovers on keys that produce a symbol and not on e.g. sp…
/lvgl-3.6.0/docs/get-started/platforms/
Dnxp.md59 …- If `SDK_OS_FREE_RTOS` symbol is defined, FreeRTOS implementation will be used, otherwise bare me…
147 - `SDK_OS_FREE_RTOS` symbol needs to be defined so that the FreeRTOS implementation will be used
/lvgl-3.6.0/src/extra/libs/png/
Dlodepng.c699 unsigned symbol = tree->codes[i]; in HuffmanTree_makeTable() local
704 index = reverseBits(symbol >> (l - FIRSTBITS), FIRSTBITS); in HuffmanTree_makeTable()
738 unsigned symbol = tree->codes[i]; /*the huffman bit pattern. i itself is the value.*/ in HuffmanTree_makeTable() local
740 unsigned reverse = reverseBits(symbol, l); in HuffmanTree_makeTable()
1877 unsigned symbol = lz77_encoded.data[i]; in deflateDynamic() local
1878 ++frequencies_ll[symbol]; in deflateDynamic()
1879 if(symbol > 256) { in deflateDynamic()
/lvgl-3.6.0/
DKconfig261 Note that symbol SDK_OS_FREE_RTOS has to be defined in order
/lvgl-3.6.0/scripts/
DDoxyfile413 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
415 # an expensive process and often the same symbol appears multiple times in the
855 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
857 # output. The symbol name can be a fully qualified name, a word, or if the
/lvgl-3.6.0/docs/_static/css/
Dfontawesome.min.css5symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"…