Aug 22, 2014

LCD Keypad shield for Arduino from DFRobot

For my birthday I received a LCD Keypad shield for Arduino from DFRobot.

  • Push the button - works fine, so the LCD settings are:
    LiquidCrystal lcd(8, 9, 4, 5, 6, 7);           // select the pins used on the LCD panel
    
  • LCD_Buttons.ino - worked right out of the box

No comments:

Post a Comment