Home
last modified time | relevance | path

Searched refs:user (Results 1 – 25 of 38) sorted by relevance

12

/lvgl-3.7.0/src/misc/
Dlv_tlsf.h83 typedef void (*lv_tlsf_walker)(void * ptr, size_t size, int used, void * user);
84 void lv_tlsf_walk_pool(lv_pool_t pool, lv_tlsf_walker walker, void * user);
Dlv_mem.c50 static void lv_mem_walker(void * ptr, size_t size, int used, void * user);
550 static void lv_mem_walker(void * ptr, size_t size, int used, void * user) in lv_mem_walker() argument
554 lv_mem_monitor_t * mon_p = user; in lv_mem_walker()
Dlv_tlsf.c821 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-3.7.0/env_support/rt-thread/squareline/
DREADME.md3 …o `ui` folder, so that rt-thread will automatically detect them; or, as a user, you can move the g…
/lvgl-3.7.0/docs/porting/
Dlog.md3 LVGL has a built-in *Log* module to inform the user about what is happening in the library.
11 - `LV_LOG_LEVEL_USER` Only user messages
Dsleep.md3 The MCU can go to sleep when no user input happens. In this case, the main `while(1)` should look l…
Dindev.md181 …ices (independently of its type). This allows generating feedback for the user, e.g. to play a sou…
189 …dically. Because of this intermittent polling there is a chance that some user gestures are missed.
/lvgl-3.7.0/docs/widgets/extra/
Dtileview.md6 A user can navigate between the tiles by swiping.
9 If the Tile view is screen sized, the user interface resembles what you may have seen on smartwatch…
Dcolorwheel.md4 As its name implies *Color wheel* allows the user to select a color. The Hue, Saturation and Value …
Dimgbtn.md5 …ar to the simple 'Button' object. The only difference is that it displays user-defined images in e…
Dcalendar.md11 - highlight any user-defined dates
/lvgl-3.7.0/docs/overview/
Dlayer.md51user to create some content visible everywhere. For example, a menu bar, a pop-up, etc. If the `cl…
Devent.md3 Events are triggered in LVGL when something happens which might be interesting to the user, e.g. wh…
11 The user can assign callback functions to an object to see its events. In practice, it looks like t…
64 *Custom events* are added by the user and are never sent by LVGL.
120 - `LV_EVENT_REFRESH` Notify the object to refresh something on it (for the user)
143 `LV_EVENT_REFRESH` is a special event because it's designed to let the user notify an object to ref…
Dscroll.md94 When the user scrolls an object and releases it, LVGL can emulate inertial momentum for the scrolli…
101 However, with `LV_OBJ_FLAG_SCROLL_ELASTIC` a fancy effect is added when the user "over-scrolls" the…
165 Self size is a property of an object. Normally, the user shouldn't use this parameter but if a cust…
169 If the user sets only 200 px height for the table LVGL will see that the self size is larger and ma…
Ddisplay.md26 E.g. `lv_disp_trig_activity(NULL)` will trigger a user activity on the default display. (See below …
77 A user's inactivity time is measured on each display. Every use of an [Input device](/overview/inde…
Dtimer.md21 printf("my_timer called with user data: %d\n", *user_data);
Dobject.md3 In LVGL the **basic building blocks** of a user interface are the objects, also called *Widgets*.
215 The states are usually automatically changed by the library as the user interacts with an object (p…
/lvgl-3.7.0/docs/widgets/core/
Ddropdown.md6 The drop-down list allows the user to select one value from a list.
9 When activated (by click on the drop-down list), a list is created from which the user may select o…
10 When the user selects a new value, the list is deleted again.
Dcanvas.md6 A Canvas inherits from [Image](/widgets/core/img) where the user can draw anything.
/lvgl-3.7.0/docs/_static/css/
Dfontawesome.min.css5user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:…
/lvgl-3.7.0/docs/widgets/
Dobj.md131 - `LV_OBJ_FLAG_USER_1` Custom flag, free to use by user
132 - `LV_OBJ_FLAG_USER_2` Custom flag, free to use by user
133 - `LV_OBJ_FLAG_USER_3` Custom flag, free to use by user
134 - `LV_OBJ_FLAG_USER_4` Custom flag, free to use by user
/lvgl-3.7.0/demos/music/
DREADME.md4 The music player demo shows what kind of modern, smartphone-like user interfaces can be created on …
/lvgl-3.7.0/docs/others/
Dmsg.md18 … `MSG_USER_NAME_CHANGED` can have a `const char *` payload containing the user name, and `MSG_USER…
Dfragment.md46 /* Replace current fragment with instance of sample_cls, and init_argument is user defined pointer …
/lvgl-3.7.0/demos/
DREADME.md71 The music player demo shows what kind of modern, smartphone-like user interfaces can be created on …

12