Skip to content

Instantly share code, notes, and snippets.

@pyxze
pyxze / lcd.ino
Last active February 27, 2017 21:04
// This is for the OSEPP 16x2 Arduino LCD Shield
// Also need the library from https://osepp.com/downloads/LCDKeypad.zip
// include the library code:
#include <LiquidCrystal.h>
// initialize the library with the numbers of the interface pins
//LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
LiquidCrystal lcd(8, 9, 4, 5, 6, 7);