/lvgl-latest/docs/details/widgets/ |
D | dropdown.rst | 50 pressed+checked option. Also uses the :ref:`typical background style properties 81 The :cpp:expr:`lv_dropdown_add_option(dropdown, "New option", pos)` function 82 inserts a new option at index ``pos``. 89 You can select an option programmatically with 91 the target option. 93 Get selected option 96 To get the *index* of the selected option, use 100 *name* of the selected option to ``buf``. 126 the selected option is displayed on the button. 141 - :cpp:enumerator:`LV_EVENT_VALUE_CHANGED` Sent when a new option is selected or the list is opened…
|
D | roller.rst | 55 You can select an option programmatically with 59 If you don't know the index of an option can also select an item with 63 Get selected option 101 - ``LV_KEY_RIGHT/DOWN`` Select next option 102 - ``LV_KEY_LEFT/UP`` Select previous option 103 - :cpp:enumerator:`LY_KEY_ENTER` Accept the selected option (sends :cpp:enumerator:`LV_EVENT_VALUE…
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.h | 99 void lv_dropdown_add_option(lv_obj_t * obj, const char * option, uint32_t pos); 191 int32_t lv_dropdown_get_option_index(lv_obj_t * obj, const char * option);
|
D | lv_dropdown.c | 255 void lv_dropdown_add_option(lv_obj_t * obj, const char * option, uint32_t pos) in lv_dropdown_add_option() argument 258 LV_ASSERT_NULL(option); in lv_dropdown_add_option() 274 size_t ins_len = lv_strlen(option) + 1; in lv_dropdown_add_option() 276 size_t ins_len = lv_text_ap_calc_bytes_count(option) + 1; in lv_dropdown_add_option() 307 lv_strcpy(ins_buf, option); in lv_dropdown_add_option() 309 lv_text_ap_proc(option, ins_buf); in lv_dropdown_add_option() 466 int32_t lv_dropdown_get_option_index(lv_obj_t * obj, const char * option) in lv_dropdown_get_option_index() argument 472 … const size_t option_len = lv_strlen(option); /*avoid recomputing this multiple times in the loop*/ in lv_dropdown_get_option_index() 477 if(option_len == char_i && lv_memcmp(start, option, LV_MIN(option_len, char_i)) == 0) { in lv_dropdown_get_option_index()
|
/lvgl-latest/env_support/esp/rlottie/ |
D | CMakeLists.txt | 13 option(BUILD_TESTING OFF)
|
/lvgl-latest/tests/ |
D | CMakeLists.txt | 26 foreach(option ${options}) 27 if (option IN_LIST FLAG_CHECK_WHITELIST) 28 list(APPEND ${options_out} ${option}) 32 string(TOUPPER FLAG_SUPPORTED_FOR_${lang}_${option} option_var_name) 37 check_c_compiler_flag(${option} ${option_var_name}) 39 check_cxx_compiler_flag(${option} ${option_var_name}) 44 list(APPEND ${options_out} ${option}) 224 # LV_USE_OBJ_PROPERTY is enabled in option OPTIONS_TEST_DEFHEAP
|
D | README.md | 21 4. You can re-generate the test images by adding option `--update-image`.
|
/lvgl-latest/docs/details/integration/os/buildroot/ |
D | lvgl_app.rst | 22 find this option. By pressing the corresponding number key (9-0), you can 23 navigate directly to the option. 28 be met; otherwise, the option will remain hidden. 154 Find the rootfs overlay option ``System configuration > Root filesystem overlay
|
/lvgl-latest/env_support/cmake/ |
D | custom.cmake | 4 option(LV_LVGL_H_INCLUDE_SIMPLE 8 option(LV_CONF_INCLUDE_SIMPLE 18 option(BUILD_SHARED_LIBS "Build shared libraries" OFF)
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | core_components.rst | 67 A useful BitBake option to consider is the ``-k`` or ``--continue`` 68 option. This option instructs BitBake to try and continue processing the 71 remade. However, when you use this option other dependencies can still
|
/lvgl-latest/docs/details/libs/ |
D | lodepng.rst | 35 One option is to use a free online PNG compressor site,
|
D | rlottie.rst | 169 Rlottie will not compile for the IDF using the ``-02`` compiler option at
|
/lvgl-latest/docs/ |
D | Doxyfile | 66 # option can be useful when feeding doxygen a huge amount of source files, where 333 # If you use Microsoft's C++/CLI language, you should set this option to YES to 348 # getter and setter methods for a property. Setting this option to YES will make 352 # should set this option to NO. 365 # If one adds a struct or class to a group and this option is enabled, then also 366 # any nested class or struct is added to the same group. By default this option 486 # section is generated. This option has no effect if EXTRACT_ALL is enabled. 493 # to NO, these classes will be included in the various overviews. This option 524 # and Mac users are advised to set this option to NO. 587 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief [all …]
|
D | CONTRIBUTING.rst | 18 So let's find which contribution option fits you the best and help you
|
D | CHANGELOG.rst | 142 - **feat(draw): add draw thread stack size config option** `5910 <https://github.com/lvgl/lvgl/pull… 191 - **fix(roller): do not move when there is only one option** `6717 <https://github.com/lvgl/lvgl/pu… 232 - **fix(test): fix filter option dot escape by setting regexp string** `6509 <https://github.com/lv…
|
/lvgl-latest/env_support/pikascript/ |
D | pika_lvgl.pyi | 216 def add_option(self, option: str, pos:int): ... 228 def get_option_index(self, option: str) -> int: ...
|
/lvgl-latest/docs/details/integration/chip/ |
D | alif.rst | 135 Press ctrl + shift + p. Type "preferences" and select the option 220 In the "Manage Solution" view explained in the guide, there is an option to select either 228 There is also an option to choose a "Build Type". For best performance, choose "release".
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | st_ltdc.rst | 106 option.
|
/lvgl-latest/docs/details/integration/os/ |
D | zephyr.rst | 179 …he main thread to continue rendering the next frame simultaneously. This option can be disabled if…
|
/lvgl-latest/docs/details/main-components/ |
D | timer.rst | 102 overhead of repeatedly creating and deleting a timer. If you use this option, you
|
D | fs.rst | 304 config option is set to a value greater than zero. Each open file will
|
D | indev.rst | 168 ``LV_USE_GESTURE_RECOGNITION`` option in the ``lv_conf.h`` file.
|
/lvgl-latest/docs/details/other-components/ |
D | xml.rst | 257 return 0; /* Return 0 in the absence of a better option. */
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style.rst | 93 the background color for this state. So for lack of a better option, 177 - :cpp:enumerator:`LV_PART_SELECTED`: Indicate the currently selected option or section
|
/lvgl-latest/docs/details/integration/bindings/ |
D | micropython.rst | 279 (option 1) and provide ``user_data`` argument when calling the callback (options 2),
|