aboutsummaryrefslogtreecommitdiff
path: root/laser-tag software/images/alphabet/ascii0x35.xbm
diff options
context:
space:
mode:
authorWanderingGlitch <wandering.glitch+git@gmail.com>2016-07-01 19:38:46 -0500
committerWanderingGlitch <wandering.glitch+git@gmail.com>2016-07-01 20:36:50 -0500
commit16c3423c520e588f54bbe8e145388ef1ea8c2ed2 (patch)
tree295cc2c13a716a4d46d6d985b8562e0b171c674b /laser-tag software/images/alphabet/ascii0x35.xbm
parent6a62efabb0b048a6f2f1d74870fccbd634e281d3 (diff)
Adding the unoptimized text drawing code
Diffstat (limited to 'laser-tag software/images/alphabet/ascii0x35.xbm')
-rwxr-xr-xlaser-tag software/images/alphabet/ascii0x35.xbm7
1 files changed, 7 insertions, 0 deletions
diff --git a/laser-tag software/images/alphabet/ascii0x35.xbm b/laser-tag software/images/alphabet/ascii0x35.xbm
new file mode 100755
index 0000000..303cc0a
--- /dev/null
+++ b/laser-tag software/images/alphabet/ascii0x35.xbm
@@ -0,0 +1,7 @@
+#define ascii0x35_width 11
+#define ascii0x35_height 22
+static unsigned char ascii0x35_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x03,
+ 0xf8, 0x03, 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, 0xf8, 0x00, 0xf8, 0x01,
+ 0x80, 0x03, 0x00, 0x03, 0x00, 0x03, 0x84, 0x03, 0xfc, 0x01, 0xf8, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };