![]()
PRDArduino{t»SC1602BS~PΒΜΐ±
iPjΐ±Κ^

iQjρH}

iRj t» SC1602BS dl
@@@SC1602BS.pdf
iSj LN^[R[h\
@@@character.pdf
iTjvO
#include <LiquidCrystal.h>
LiquidCrystal clcd(4, 2, 3, 14, 15, 16, 17);
void setup()
{
clcd.begin(16, 2) ;
clcd.clear() ;
clcd.setCursor(8,0) ;
clcd.print("MicroFan");
clcd.setCursor(4,1) ;
clcd.print("CLCD-BOOSTER");
delay(3000) ; // ^CgNWbg
}
void loop()
{
clcd.clear() ;
clcd.setCursor(0,0) ;
clcd.print("\xb1\xb6\xd9\xbb ") ; // AJT
clcd.print("123") ;
clcd.setCursor(0,1) ;
clcd.print("\xb5\xdd\xc4\xde ") ; // Ih
clcd.print("23.5") ;
//clcd.setCursor(9,1) ;
clcd.print("\xdf\x43") ; // xC
delay(1000);
}