mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-24 08:16:29 +08:00
docs: remove outdated doc material (#8520)
This commit is contained in:
@@ -639,13 +639,6 @@ The default value of the following parameters can be changed in :cpp:type:`lv_in
|
||||
can be changed by calling ``lv_timer_...()`` functions. :c:macro:`LV_DEF_REFR_PERIOD`
|
||||
in ``lv_conf.h`` sets the default read period.
|
||||
|
||||
Feedback
|
||||
--------
|
||||
|
||||
Besides ``read_cb`` a ``feedback_cb`` callback can be also specified in
|
||||
:cpp:type:`lv_indev_t`. ``feedback_cb`` is called when any type of event is sent
|
||||
by input devices (independently of their type). This allows generating feedback for the user, e.g., to play a sound on :cpp:enumerator:`LV_EVENT_CLICKED`.
|
||||
|
||||
Buffered Reading
|
||||
----------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user