Updated 'display_render' documentation

This commit is contained in:
Silvano Seva 2020-12-12 10:23:14 +01:00
parent 6ca3faceaf
commit d98611fbed
1 changed files with 2 additions and 1 deletions

View File

@ -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();