TextLCD library for controlling various LCD panels based on the HD44780 4-bit interface
Dependents: AUTO_RAMPA_SAMBOLEK
Revision 9:930543ff357b, committed 2021-09-21
- Comitter:
- msambolek
- Date:
- Tue Sep 21 12:45:22 2021 +0000
- Parent:
- 8:308d188a2d3a
- Commit message:
- Prvi upload.
Changed in this revision
TextLCD.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 308d188a2d3a -r 930543ff357b TextLCD.h --- a/TextLCD.h Thu Jan 02 21:07:01 2014 +0000 +++ b/TextLCD.h Tue Sep 21 12:45:22 2021 +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