Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: AdaFruit_RGBLCDShield.cpp
- 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 };