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 manworm_ticker_tv by
Diff: gfx.cpp
- Revision:
- 12:e99cc1e9d928
- Parent:
- 11:537cde55b27f
diff -r 537cde55b27f -r e99cc1e9d928 gfx.cpp --- a/gfx.cpp Thu May 03 23:38:46 2018 +0000 +++ b/gfx.cpp Fri May 04 01:45:05 2018 +0000 @@ -1,7 +1,7 @@ #define N_PTS 500 #define N_LNS 2000 -#define N_HEIGHTS 64 -#define N_SIDE 8 +#define N_HEIGHTS 36 +#define N_SIDE 6 #include "gfx.h" #include "mbed.h"