| LCD_save | Function (Macro) |
| graph.h |
| void LCD_save (void *buffer); |
Saves the content of the LCD screen.
LCD_save saves the complete contents of the screen into the 3840-bytes long buffer
pointed to by buffer. buffer is usually of type
LCD_BUFFER.
LCD_save is a small macro which calls the memcpy function.
Note: LCD_save and LCD_restore do not work in grayscale mode.