#include <PCD8544.h>
static PCD8544 lcd;
void setup() {
// put your setup code here, to run once:
lcd.begin(84, 48);
}
void loop() {
// put your main code here, to run repeatedly:
lcd.setCursor(0, 0);
lcd.print("Hello");
delay(200);
}
Loading
nokia-5110
nokia-5110