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:
- 19:370d83a8dc33
- Parent:
- 18:24ce897024d0
- Child:
- 20:cd96f98f5f79
--- a/Graphics/Graphics.cpp Wed Apr 03 14:31:49 2019 +0000 +++ b/Graphics/Graphics.cpp Wed Apr 03 16:18:26 2019 +0000 @@ -167,6 +167,17 @@ case 'x': case 'X': binc = 0b0000100101000010100100000000; break; case 'y': case 'Y': binc = 0b0000100110011001011100010110; break; case 'z': case 'Z': binc = 0b0000111000111100011100000000; break; + case '0': binc = 0b0111100110011001111000000000; break; + 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 '6': binc = 0b0110100011101001011100000000; break; + case '7': binc = 0b1111001100100010001000000000; break; + case '8': binc = 0b1110100101111001011100000000; break; + case '9': binc = 0b0111100101110001000100000000; break; + case '-': binc = 0b0000000011110000000000000000; break; case '!': binc = 0b0010001000100000001000000000; break; case ' ': binc = 0b0000000000000000000000000000; break; default: break;