mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
chore: fix typos in lv_display.h (#7512)
This commit is contained in:
parent
3da5eec875
commit
4ecca36cef
@ -583,7 +583,7 @@ uint32_t lv_display_get_draw_buf_size(lv_display_t * disp);
|
||||
* @param width the width of the invalidated area
|
||||
* @param height the height of the invalidated area
|
||||
* @return the size of the invalidated draw buffer in bytes, not accounting for
|
||||
* any preceeding palette information for a valid display, 0 otherwise
|
||||
* any preceding palette information for a valid display, 0 otherwise
|
||||
*/
|
||||
uint32_t lv_display_get_invalidated_draw_buf_size(lv_display_t * disp, uint32_t width, uint32_t height);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user