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 SLCD by
Revision 11:586119128a67, committed 2017-03-08
- Comitter:
- tisbrat
- Date:
- Wed Mar 08 04:00:36 2017 +0000
- Parent:
- 10:ef2b3b7f1b01
- Commit message:
- KBrat-SSD645-HW-8_1_slcd
Changed in this revision
SLCD.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/SLCD.cpp Sun Mar 23 19:55:14 2014 +0000 +++ b/SLCD.cpp Wed Mar 08 04:00:36 2017 +0000 @@ -74,7 +74,8 @@ ( SEGD+ SEGE+ SEGF+!SEGG) , ( SEGC+ SEGB+!SEGA) ,//Char = W, offset=156 (!SEGD+ SEGE+ SEGF+ SEGG) , ( SEGC+ SEGB+!SEGA) ,//Char = X, offset=160 ( SEGD+!SEGE+ SEGF+ SEGG) , ( SEGC+ SEGB+!SEGA) ,//Char = Y, offset=164 - ( SEGD+!SEGE+!SEGF+ SEGG) , (!SEGC+!SEGB+!SEGA) ,//Char = Z, offset=168 + //( SEGD+!SEGE+!SEGF+ SEGG) , (!SEGC+!SEGB+!SEGA) ,//Char = Z, offset=168 + ( SEGD+SEGE+!SEGF+ SEGG) , (!SEGC+SEGB+SEGA) ,//Char = Z, offset=168 ( SEGD+!SEGE+!SEGF+!SEGG) , (!SEGC+!SEGB+ SEGA) ,//Char = [, offset=172 ( SEGD+!SEGE+!SEGF+!SEGG) , (!SEGC+!SEGB+ SEGA) ,//Char = \, offset=176 ( SEGD+!SEGE+!SEGF+!SEGG) , (!SEGC+!SEGB+ SEGA) ,//Char = ], offset=180