Up!
I'm going to spend my code:
"#include <S1D13700.h>
S1D13700 glcd;
void setup()
{
glcd.initLCD();
char buf[] = "Hello World!";
glcd.clearText();
glcd.clearGraphic();
glcd.textGoTo(10,1);
glcd.writeText(buf);
}
"
I need it for a project in my work