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.
Dependents: co657_lcdplay co657_nrf52_beacons door_lock co657_IoT
Fork of C12832 by
Revision 13:8a9cad03124b, committed 2014-01-01
- Comitter:
- chris
- Date:
- Wed Jan 01 08:41:07 2014 +0000
- Parent:
- 12:4affce236743
- Child:
- 14:b834d587bf45
- Commit message:
- Whitespace changes only
Changed in this revision
| C12832_lcd.cpp | Show annotated file Show diff for this revision Revisions of this file |
| C12832_lcd.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/C12832_lcd.cpp Sat Nov 09 01:02:48 2013 +0000
+++ b/C12832_lcd.cpp Wed Jan 01 08:41:07 2014 +0000
@@ -37,6 +37,7 @@
lcd_reset();
}
+
int C12832_LCD::width()
{
if (orientation == 0 || orientation == 2) return 32;
--- a/C12832_lcd.h Sat Nov 09 01:02:48 2013 +0000
+++ b/C12832_lcd.h Wed Jan 01 08:41:07 2014 +0000
@@ -59,6 +59,7 @@
C12832_LCD(PinName mosi, PinName sck, PinName reset, PinName a0, PinName ncs, const char* name = "LCD");
+
/** Get the width of the screen in pixel
*
* @param
