DISPLAY LCD 16x2 1602 BLU HD44780 E CON TASTIERA KEYPAD MODULO PER ARDUINO UNO
Display 16x2 LCD con modulo tastiera. CON MODULO TASTERINO PER ARDUINO UNO. sketch di esempio per arduino. lcd.setCursor(0,0); lcd.print(" Zeta Elettronica "); lcd.setCursor(0,1); lcd.print("Press Key:"); } void loop() { int x; x = analogRead (0); lcd.setCursor(10,1); if (x < 50) { lcd.print ("Right "); } else if (x < 200) { lcd.print ("Up "); } else if (x < 400){ lcd.print ("Down "); } else if (x < 600){ lcd.print ("Left "); } else if (x < 800){ lcd.print ("Select"); } }.
Jetzt bei Ebay: