Home
last modified time | relevance | path

Searched full:activity (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/docs/overview/
Ddisplay.md26 E.g. `lv_disp_trig_activity(NULL)` will trigger a user activity on the default display. (See below …
77 …iew/indev) (if [associated with the display](/porting/indev#other-features)) counts as an activity.
78 To get time elapsed since the last activity, use `lv_disp_get_inactive_time(disp)`. If `NULL` is pa…
80 You can manually trigger an activity using `lv_disp_trig_activity(disp)`. If `disp` is `NULL`, the …
/lvgl-latest/.github/workflows/
Dclose_old_issues.yml15 …-message: 'This issue is stale because it has been open 14 days with no activity. Remove stale lab…
19 Now we mark this as "stale" because there was no activity here for 14 days.
23 …As there was no activity here for a while we close this issue. But don't worry, the conversation i…
/lvgl-latest/src/core/
Dlv_disp.h133 * Get elapsed time since last user activity on a display (e.g. click)
135 * @return elapsed ticks (milliseconds) since the last activity
140 * Manually trigger an activity on a display
Dlv_disp.c370 * Get elapsed time since last user activity on a display (e.g. click)
372 * @return elapsed ticks (milliseconds) since the last activity
391 * Manually trigger an activity on a display
Dlv_indev.c92 /*Save the last activity time*/ in lv_indev_read_timer_cb()
/lvgl-latest/docs/others/
Dfragment.md7 and can handle its own events. Like Android's Fragment that must be hosted by an activity or anothe…
/lvgl-latest/src/hal/
Dlv_hal_disp.h194 uint32_t last_activity_time; /**< Last time when there was activity on this display*/
/lvgl-latest/docs/
DCONTRIBUTING.md296 - If there is no activity in a repo for 1 year it will be archived