Updated 'display_render' documentation

replace/b12ce7cf3d431780eca7d0d0501233173f46ebab
Silvano Seva 2020-12-12 10:23:14 +01:00
rodzic 6ca3faceaf
commit d98611fbed
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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