mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
chore(display.rst): fix typo (#7376)
This commit is contained in:
parent
78f8f58024
commit
4d32e8595b
@ -317,7 +317,7 @@ An example looks like this:
|
||||
|
||||
/* IMPORTANT!!!
|
||||
* Inform LVGL that flushing is complete so buffer can be modified again. */
|
||||
lv_display_flush_ready(disp);
|
||||
lv_display_flush_ready(display);
|
||||
}
|
||||
|
||||
During system initialization, tell LVGL you want that function to copy pixels from
|
||||
|
Loading…
x
Reference in New Issue
Block a user