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.
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 |
--- 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; } }