Home
last modified time | relevance | path

Searched full:user (Results 1 – 25 of 202) sorted by relevance

123456789

/lvgl-latest/src/misc/cache/
Dlv_cache.h55 * @param user_data A user data pointer that will be passed to the free callback.
64 * @param user_data A user data pointer that will be passed to the create callback.
77 * @param user_data A user data pointer that will be passed to the create callback.
86 * @param user_data A user data pointer that will be passed to the create callback.
96 * @param user_data A user data pointer that will be passed to the free callback.
106 * @param user_data A user data pointer that will be passed to the free callback.
117 * @param user_data A user data pointer that will be passed to the free callback.
125 * @param user_data A user data pointer that will be passed to the free callback.
132 * @param user_data A user data pointer that will be passed to the free callback.
144 * @param user_data A user data pointer that will be passed to the free callback.
[all …]
/lvgl-latest/docs/details/integration/driver/display/
Dlcd_stm32_guide.rst17 …e communication part, whether SPI, parallel i8080 bus or other. It is the user's responsibility to…
37 pin configuration LCD user label
73 #. In GPIO Settings set SPI1_SCK to Pull-down and Very High output speed and set the User Label to …
107 /* USER CODE BEGIN Includes */
109 /* USER CODE END Includes */
117 /* USER CODE BEGIN TIM2_IRQn 0 */
119 /* USER CODE END TIM2_IRQn 0 */
121 /* USER CODE BEGIN TIM2_IRQn 1 */
123 /* USER CODE END TIM2_IRQn 1 */
132 /* USER CODE BEGIN Includes */
[all …]
/lvgl-latest/docs/_static/css/
Dfontawesome.min.css5user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:…
/lvgl-latest/src/libs/thorvg/rapidjson/
Dallocators.h66 \brief User-defined kDefaultChunkCapacity definition.
68 User can define this as any \c size that is a power of 2.
120 User may also supply a buffer as the first chunk.
122 If the user-buffer is full then additional chunks are allocated by BaseAllocator.
124 The user-buffer is not deallocated by this allocator.
191 //! Constructor with user-supplied buffer.
192 …/*! The user buffer will be used firstly. When it is full, memory pool allocates new chunk with ch…
194 The user buffer will not be deallocated when this allocator is destructed.
196 \param buffer User supplied buffer.
257 /*! This deallocates all memory chunks, excluding the user-supplied buffer.
[all …]
Dpointer.h56 involves parsing and dynamic memory allocation. A special constructor with user-
85 This struct is public so that user can create a Pointer without parsing and
103 …\param allocator User supplied allocator for this pointer. If no allocator is provided, it creates…
113 …\param allocator User supplied allocator for this pointer. If no allocator is provided, it creates…
125 …\param allocator User supplied allocator for this pointer. If no allocator is provided, it creates…
132 //! Constructor with user-supplied tokens.
134 This constructor let user supplies const array of tokens.
168 …if (nameBuffer_) // If user-supplied tokens constructor is used, nameBuffer_ is nullptr and tok… in ~GenericPointer()
187 tokens_ = rhs.tokens_; // User supplied const tokens.
923 // Create own allocator if user did not supply. in Parse()
[all …]
Drapidjson.h238 compilers may not have this. User can define RAPIDJSON_ENDIAN to either
253 # error Unknown machine endianness detected. User needs to define RAPIDJSON_ENDIAN.
263 # error Unknown machine endianness detected. User needs to define RAPIDJSON_ENDIAN.
280 # error Unknown machine endianness detected. User needs to define RAPIDJSON_ENDIAN.
304 User can customize by defining the RAPIDJSON_ALIGN function macro.
393 \brief User-provided \c SizeType definition.
430 User can override it by defining RAPIDJSON_ASSERT(x) macro.
Dwriter.h57 \brief User-defined kWriteDefaultFlags definition.
59 User can define this as any \c WriteFlag combinations.
77 User may programmatically calls the functions of a writer to generate JSON text.
98 \param stackAllocator User supplied allocator. If it is null, it will create a private one.
266 For user to write a stringified JSON as a value.
280 Allows the user to flush the output stream immediately.
/lvgl-latest/src/libs/freetype/
Dlv_freetype_outline.c261 void * user) in outline_move_to_cb() argument
263 lv_freetype_outline_t outline = user; in outline_move_to_cb()
270 void * user) in outline_line_to_cb() argument
272 lv_freetype_outline_t outline = user; in outline_line_to_cb()
280 void * user) in outline_conic_to_cb() argument
282 lv_freetype_outline_t outline = user; in outline_conic_to_cb()
291 void * user) in outline_cubic_to_cb() argument
293 lv_freetype_outline_t outline = user; in outline_cubic_to_cb()
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dthreading.rst123 data that should be shown (or otherwise reflected) in the user interface, and doing
159 If `atomic data`_ relevant to the user interface is updated in another thread (i.e.
163 updating thread] so that the user interface is only updated when it will result in a
164 change visible to the end user.)
166 If `non-atomic data`_ relevant to the user interface is updated in another thread
255 The MCU can go to sleep when no user input has been received for a certain period.
/lvgl-latest/src/libs/thorvg/rapidjson/error/
Derror.h35 On Windows, user can define this macro as \c TCHAR for supporting both
48 On Windows, user can define this macro as \c _T(x) for supporting both
147 User can dynamically change locale in runtime, e.g.:
205 User can dynamically change locale in runtime, e.g.:
242 User can dynamically change locale in runtime, e.g.:
270 User can dynamically change locale in runtime, e.g.:
Den.h33 \note User can make a copy of this function for localization.
73 \note User can make a copy of this function for localization.
124 \note User can make a copy of this function for localization.
154 \note User can make a copy of this function for localization.
/lvgl-latest/src/others/observer/
Dlv_observer.h60 void * user_data; /**< Additional parameter, can be used freely by the user*/
227 * @param user_data optional user data
238 * @param user_data optional user data
249 * @param user_data optional user data
286 * Get the user data of the observer.
288 * @return void pointer to the saved user data
/lvgl-latest/docs/details/integration/os/yocto/
Dcore_components.rst38 BitBake, see the `BitBake User Manual <https://docs.yoctoproject.org/bitbake/2.
59 "`Preferences <https://docs.yoctoproject.org/bitbake/2.8/bitbake-user-manual/
60 bitbake-user-manual-execution.html#preferences>`_" section of the BitBake User
115 common configuration options, and user configuration options in
/lvgl-latest/docs/details/other-components/
Dfile_explorer.rst7 ``lv_file_explorer`` provides a UI enabling the end user to browse the contents of a
24 ``lv_file_explorer`` only provides the file browsing and events caused by user
116 to NUL-terminated string containing file-path user selected; typically used inside
177 - after a user clicks on a ``Quick-Access Panel`` navigation button, and
178 - after the user clicks on a directory displayed in the ``Browser Panel``.
/lvgl-latest/src/others/fragment/
Dlv_fragment.h111 * @param which User-defined ID of event
112 * @param data1 User-defined data
113 * @param data2 User-defined data
194 * @param code User-defined ID of event
195 * @param userdata User-defined data
/lvgl-latest/src/stdlib/builtin/
Dlv_tlsf.c279 ** Set assert macro, if it has not been provided by the user.
348 /* User data starts directly after the size field in a used block. */
821 static void integrity_walker(void * ptr, size_t size, int used, void * user) in integrity_walker() argument
824 integrity_t * integ = tlsf_cast(integrity_t *, user); in integrity_walker()
887 static void default_walker(void * ptr, size_t size, int used, void * user) in default_walker() argument
889 LV_UNUSED(user); in default_walker()
893 void lv_tlsf_walk_pool(lv_pool_t pool, lv_tlsf_walker walker, void * user) in lv_tlsf_walk_pool() argument
904 user); in lv_tlsf_walk_pool()
/lvgl-latest/docs/details/base-widget/
Devent.rst8 interesting to the user, e.g. when a Widget:
25 The user can assign callback functions to a widget to process events.
114 *Custom events* are added by the user and are never sent by LVGL.
164 - :cpp:enumerator:`LV_EVENT_REFRESH`: Notify Widget to refresh something on it (for the user)
214 user notify a Widget to refresh itself. Some examples:
Dscroll.rst162 When the user scrolls a Widget and releases it, LVGL can emulate
177 when the user "over-scrolls" the content. The scrolling slows down, and
202 1. user scrolls and releases a Widget;
283 Self size is a property of a Widget. Normally, the user shouldn't use
289 px. In other words the "self height" is 500 px. If the user sets only
Dobj.rst11 A Widget is the **basic building block** of the LVGL user interface.
470 The states are usually automatically changed by the library as the user
520 - :cpp:enumerator:`LV_OBJ_FLAG_USER_1` Custom flag, free to use by user
521 - :cpp:enumerator:`LV_OBJ_FLAG_USER_2` Custom flag, free to use by user
522 - :cpp:enumerator:`LV_OBJ_FLAG_USER_3` Custom flag, free to use by user
523 - :cpp:enumerator:`LV_OBJ_FLAG_USER_4` Custom flag, free to use by user
/lvgl-latest/docs/details/debugging/
Dlog.rst7 LVGL has a built-in *Log* module to inform the user about what is
21 - :c:macro:`LV_LOG_LEVEL_USER`: Only user messages
62 ``LV_LOG_TRACE/INFO/WARN/ERROR/USER(text)`` or ``LV_LOG(text)``
65 - ``LV_LOG_TRACE/INFO/WARN/ERROR/USER(text)`` append the following information to your ``text``
/lvgl-latest/scripts/
Dgenerate_lv_conf.py51 fatal(f"User config file not found at {args.config}")
53 fatal(f"User defaults not found at {args.defaults}")
113 print("User config:", args.config)
114 print("User defaults:", args.defaults)
/lvgl-latest/docs/
DDoxyfile155 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
167 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
237 # documentation, which will result in a user-defined paragraph with heading
1104 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1124 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1134 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1146 # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1217 # shown in the various tree structured indices initially; the user can expand
1694 # Note: Only use a user-defined header if you know what you are doing! The
1698 # string, for the replacement values of the other commands the user is referred
[all …]
/lvgl-latest/docs/details/main-components/
Dindev.rst133 When the user clicks somewhere and after that turns the rotary
232 You can fully control the user interface without a touchpad or mouse by using a
302 When input focus needs to be managed among a set of Widgets (e.g. to capture user
516 feedback for the user, e.g. to play a sound on :cpp:enumerator:`LV_EVENT_CLICKED`.
522 intermittent polling there is a chance that some user gestures are
/lvgl-latest/docs/details/integration/chip/
Dstm32.rst95 /* USER CODE BEGIN SysTick_IRQn 0 */
103 /* USER CODE END SysTick_IRQn 0 */
105 /* USER CODE BEGIN SysTick_IRQn 1 */
107 /* USER CODE END SysTick_IRQn 1 */
/lvgl-latest/src/drivers/x11/
Dlv_x11_input.c35 /* user input related information */
196 …* extracts the user data information from lv_display_t object and initializes the input user objec…
198 * @return pointer to the local user data object @x11_inp_data_t

123456789