TextLCD library for controlling various LCD panels based on the HD44780 4-bit interface
Fork of TextLCD by
Revision 9:009f9043a2c3, committed 2018-05-16
- Comitter:
- liam_grazier
- Date:
- Wed May 16 09:53:27 2018 +0000
- Parent:
- 8:308d188a2d3a
- Commit message:
- working wow ;
Changed in this revision
TextLCD.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 308d188a2d3a -r 009f9043a2c3 TextLCD.cpp --- a/TextLCD.cpp Thu Jan 02 21:07:01 2014 +0000 +++ b/TextLCD.cpp Wed May 16 09:53:27 2018 +0000 @@ -142,7 +142,7 @@ case LCD16x2: case LCD16x2B: default: - return 16; + return 20; } } @@ -154,6 +154,6 @@ case LCD16x2B: case LCD20x2: default: - return 2; + return 4; } }