MBED NRF51 Arduboy port

Revision:
2:e3ef9f476913
Parent:
1:c53e766082b4
Child:
3:df305b314063
--- a/abstractarduboy.cpp	Fri Jan 06 22:10:20 2017 +0000
+++ b/abstractarduboy.cpp	Fri Jan 06 22:29:05 2017 +0000
@@ -22,6 +22,7 @@
     textcolor = WHITE; 
     textbgcolor = BLACK;
     textsize = 1;
+    wrap = true;
 }
 
 ////////////////////////////////////////////////