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.
Dependencies: mbed
Fork of el17ajf by
Diff: Graphics/Graphics.cpp
- Revision:
- 20:cd96f98f5f79
- Parent:
- 19:370d83a8dc33
- Child:
- 22:0a474f074553
diff -r 370d83a8dc33 -r cd96f98f5f79 Graphics/Graphics.cpp --- a/Graphics/Graphics.cpp Wed Apr 03 16:18:26 2019 +0000 +++ b/Graphics/Graphics.cpp Wed Apr 03 17:25:15 2019 +0000 @@ -171,14 +171,16 @@ case '1': binc = 0b0010011000100010011100000000; break; case '2': binc = 0b1110000100100100111100000000; break; case '3': binc = 0b1110000101100001111000000000; break; - case '4': binc = 0b0101010100110001000100000000; break; - case '5': binc = 0b1111100001100001111100000000; break; + case '4': binc = 0b1001100101110001000100000000; break; + case '5': binc = 0b1111100001100001111000000000; break; case '6': binc = 0b0110100011101001011100000000; break; - case '7': binc = 0b1111001100100010001000000000; break; - case '8': binc = 0b1110100101111001011100000000; break; + case '7': binc = 0b1111000100100010001000000000; break; + case '8': binc = 0b0110100101101001011000000000; break; case '9': binc = 0b0111100101110001000100000000; break; case '-': binc = 0b0000000011110000000000000000; break; + case '+': binc = 0b0000001001110010000000000000; break; case '!': binc = 0b0010001000100000001000000000; break; + case '.': binc = 0b0000000000000000100000000000; break; case ' ': binc = 0b0000000000000000000000000000; break; default: break; }