SAVE_SCREEN

Advanced Options of TIGCC Next

If you put

#define SAVE_SCREEN
at the beginning of your program, the screen will be saved automatically at startup and restored when the program terminates. This takes LCD_SIZE bytes on the stack.

Note: Kernels always save the screen automatically, so this directive has no effect in kernel mode.