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 Adafruit_GFX by
Revision 1:9db12505727a, committed 2012-07-17
- Comitter:
- nkhorman
- Date:
- Tue Jul 17 05:54:22 2012 +0000
- Parent:
- 0:c3dcd4c4983a
- Child:
- 2:7bcea45e60d8
- Commit message:
- change the default background color to black
Changed in this revision
| Adafruit_GFX.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Adafruit_GFX.h Mon Jul 16 02:19:36 2012 +0000
+++ b/Adafruit_GFX.h Tue Jul 17 05:54:22 2012 +0000
@@ -42,7 +42,7 @@
, cursor_x(0)
, cursor_y(0)
, textcolor(WHITE)
- , textbgcolor(WHITE)
+ , textbgcolor(BLACK)
, textsize(1)
, rotation(0)
, wrap(true)
