#include <PCD8544.h>

// A custom glyph (a smiley)...
static const byte glyph[] = { B00010000, B00110100, B00110000, B00110100, B00010000 };

static PCD8544 lcd;

void setup() {
  // PCD8544-compatible displays may have a different resolution...
  lcd.begin(84, 48);

  // Add the smiley to position "0" of the ASCII table...
  lcd.createChar(0, glyph);
}

void loop() {
  // Display text on four lines one by one with a delay

  // Line 1
  lcd.clear();
  lcd.setCursor(0, 0);
  lcd.print("I am ARVIND");
  delay(1000);

  // Line 2
  lcd.clear();
  lcd.setCursor(0, 2);
  lcd.print("good day");
  delay(1000);

  // Line 3
  lcd.clear();
  lcd.setCursor(0, 3);
  lcd.print("take care");
  delay(1000);

  // Line 4
  lcd.clear();
  lcd.setCursor(0, 4);
  lcd.print("love you");
  delay(1000);
}
uno:12
uno:11
uno:10
uno:9
uno:8
uno:7
uno:6
uno:5
uno:4
uno:3
uno:2
uno:GND.2
uno:RESET.2
uno:0
uno:1
uno:13
uno:3.3V
uno:AREF
uno:A0
uno:A1
uno:A2
uno:A3
uno:A4
uno:A5
uno:A6
uno:A7
uno:5V
uno:RESET
uno:GND.1
uno:VIN
uno:12.2
uno:5V.2
uno:13.2
uno:11.2
uno:RESET.3
uno:GND.3
lcd:RST.2
lcd:CE.2
lcd:DC.2
lcd:DIN.2
lcd:CLK.2
lcd:VCC.2
lcd:BL.2
lcd:GND.2
lcd:RST
lcd:CE
lcd:DC
lcd:DIN
lcd:CLK
lcd:VCC
lcd:BL
lcd:GND
GND5VSDASCLSQWRTCDS1307+
rtc1:GND
rtc1:5V
rtc1:SDA
rtc1:SCL
rtc1:SQW