Kikkawa_TextLCD
Dependents: Monitor20210726_ver1 Monitor2021_ver1
Revision 9:a10d9ef2a3f1, committed 2019-09-26
- Comitter:
- MPPT51
- Date:
- Thu Sep 26 10:35:50 2019 +0000
- Parent:
- 8:308d188a2d3a
- Commit message:
- Kikkawa_MonitoringSystem
Changed in this revision
TextLCD.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 308d188a2d3a -r a10d9ef2a3f1 TextLCD.h --- a/TextLCD.h Thu Jan 02 21:07:01 2014 +0000 +++ b/TextLCD.h Thu Sep 26 10:35:50 2019 +0000 @@ -58,7 +58,7 @@ * @param d4-d7 Data lines for using as a 4-bit interface * @param type Sets the panel size/addressing mode (default = LCD16x2) */ - TextLCD(PinName rs, PinName e, PinName d4, PinName d5, PinName d6, PinName d7, LCDType type = LCD16x2); + TextLCD(PinName rs, PinName e, PinName d4, PinName d5, PinName d6, PinName d7, LCDType type = LCD20x4); #if DOXYGEN_ONLY /** Write a character to the LCD