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

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