a
Revision 9:d20be3303f4b, committed 2019-10-26
- Comitter:
- nakamurakyousuke1222
- Date:
- Sat Oct 26 05:24:41 2019 +0000
- Parent:
- 6:e4cb7ddee0d3
- Commit message:
- hello
Changed in this revision
TextLCD.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/TextLCD.h Tue Nov 23 14:26:19 2010 +0000 +++ b/TextLCD.h Sat Oct 26 05:24:41 2019 +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