Glcd clear()
This function sets all the pixels in the display RAM to "off", setting them all black.
#include "GLCD_ST7565.h"
#include <Ports.h>
#include <RF12.h> // needed to avoid a linker error :(
GLCD_ST7565 glcd;
glcd.clear();
Parameters
None.