1
0
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:
Gonzalo Alvarez 2024-12-03 07:10:22 -05:00 committed by GitHub
parent 78f8f58024
commit 4d32e8595b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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