docs: spelling fixes (#2828)

This commit is contained in:
ckielstra
2021-11-23 10:50:18 +01:00
committed by GitHub
parent a2b555e096
commit b911b72f4b
17 changed files with 27 additions and 27 deletions

View File

@@ -183,7 +183,7 @@ Besides `read_cb` a `feedback_cb` callback can be also specified in `lv_indev_dr
### Associating with a display
Every input device is associated with a display. By default, a new input device is added to the last display created or explicitly selected (using `lv_disp_set_default()`).
Every input device is associated with a display. By default, a new input device is added to the last display created or explicitly selected (using `lv_disp_set_default()`).
The associated display is stored and can be changed in `disp` field of the driver.
### Buffered reading