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: N5110 mbed PowerControl
Diff: GameScreen.cpp
- Revision:
- 9:c20f11f9b310
- Parent:
- 8:ebddb721f1ee
- Child:
- 10:d8ef8633bd98
--- a/GameScreen.cpp Tue Mar 10 21:17:58 2015 +0000
+++ b/GameScreen.cpp Mon Apr 27 14:24:59 2015 +0000
@@ -177,8 +177,7 @@
{
//each bit in byte
for (int b = 0; b < 7; b++)
- {
-
+ {
if (font5x7[(*str - 32)*5 + i] & (1<<b)) //bitwise comparison to mask at desired pixel
{
setPixel(y+b+1,x-i+1);