local copy of rgplcd shield

Dependents:  

Fork of AdaFruit_RGBLCDShield by Justin Howard

Revision:
1:24ab601221e2
Parent:
0:45264ce231f9
Child:
2:01f8491ca9a5
--- a/AdaFruit_RGBLCDShield.cpp	Sun Aug 03 15:03:47 2014 +0000
+++ b/AdaFruit_RGBLCDShield.cpp	Mon Aug 11 19:09:40 2014 +0000
@@ -245,6 +245,11 @@
   delayMicroseconds(2000);  // this command takes a long time!
 }
 
+uint8_t Adafruit_RGBLCDShield::lines()
+{
+    return _numlines;
+}
+
 void Adafruit_RGBLCDShield::setCursor(uint8_t col, uint8_t row)
 {
   int row_offsets[] = { 0x00, 0x40, 0x14, 0x54 };