이하늘gledel임동교
Published © GPL3+

InoLab: Using an LCD

This project was made by Innovation Lab at Bongilcheon High School.

BeginnerShowcase (no instructions)30 minutes529
InoLab: Using an LCD

Things used in this project

Story

Read more

Schematics

cx_uXDZ6AzJu9.PNG

Code

Untitled file

Arduino
#include <LiquidCrystal.h>

LiquidCrystal lcd(12, 11, 5, 4, 3, 2);

void setup()
{
lcd.begin(16, 2);
lcd.clear();
lcd.print("hello, world!");
}
void loop()
{
lcd.setCursor(0, 1);
lcd.print(millis() / 1000);
}

Credits

이하늘
5 projects • 3 followers
gledel
100 projects • 116 followers
Looking back on my childhood, I was happy when I was making something and I was proud of myself. "Making is instinct!"
임동교
0 projects • 12 followers

Comments