| LCD_restore | Function (Macro) |
| graph.h |
| void LCD_restore (const void *buffer); |
Restores the saved content of the LCD screen.
LCD_restore restores the contents of the screen (saved using LCD_save)
from the buffer pointed to by buffer. buffer is usually of type
LCD_BUFFER.
LCD_restore is a small macro which calls the memcpy function.
Note: LCD_save and LCD_restore do not work in grayscale mode.