added text mask

Fork of NeoStrip by Allen Wild

Revision:
1:3ffc314e9849
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TextMask.h	Fri Apr 25 14:39:53 2014 +0000
@@ -0,0 +1,8 @@
+
+#include "NeoStrip.h"
+
+            
+            
+void maskChar(NeoStrip strip, int xPos, int yPos, int xDim, int yDim, char inChar);
+
+