diff --git a/openrtx/include/interfaces/display.h b/openrtx/include/interfaces/display.h index 90aaf378..1ae75cff 100644 --- a/openrtx/include/interfaces/display.h +++ b/openrtx/include/interfaces/display.h @@ -83,8 +83,9 @@ void display_terminate(); void display_renderRows(uint8_t startRow, uint8_t endRow); /** - * Copy framebuffer content to the display internal buffer. To be called + * Copy framebuffer content to the display internal buffer, to be called * whenever there is need to update the display. + * This function blocks the caller until render is completed. */ void display_render();