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: TipkovnicaZadnje TipkovnicaZadnje2 TipkovnicaNeRadi
Fork of TextLCD by
Revision 9:5054db37870d, committed 2018-01-10
- Comitter:
- resetar
- Date:
- Wed Jan 10 12:17:20 2018 +0000
- Parent:
- 6:e4cb7ddee0d3
- Commit message:
- neuspjeli pokusaj
Changed in this revision
| TextLCD.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r e4cb7ddee0d3 -r 5054db37870d TextLCD.h
--- a/TextLCD.h Tue Nov 23 14:26:19 2010 +0000
+++ b/TextLCD.h Wed Jan 10 12:17:20 2018 +0000
@@ -58,7 +58,7 @@
* @param d0-d3 Data lines
* @param type Sets the panel size/addressing mode (default = LCD16x2)
*/
- TextLCD(PinName rs, PinName e, PinName d0, PinName d1, PinName d2, PinName d3, LCDType type = LCD16x2);
+ TextLCD(PinName rs, PinName e, PinName d0, PinName d1, PinName d2, PinName d3, LCDType type = LCD20x4);
#if DOXYGEN_ONLY
/** Write a character to the LCD
