From 16c3423c520e588f54bbe8e145388ef1ea8c2ed2 Mon Sep 17 00:00:00 2001 From: WanderingGlitch Date: Fri, 1 Jul 2016 19:38:46 -0500 Subject: Adding the unoptimized text drawing code --- laser-tag software/images/alphabet/ascii0x28.xbm | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 laser-tag software/images/alphabet/ascii0x28.xbm (limited to 'laser-tag software/images/alphabet/ascii0x28.xbm') diff --git a/laser-tag software/images/alphabet/ascii0x28.xbm b/laser-tag software/images/alphabet/ascii0x28.xbm new file mode 100755 index 0000000..75c17b6 --- /dev/null +++ b/laser-tag software/images/alphabet/ascii0x28.xbm @@ -0,0 +1,5 @@ +#define ascii0x28_width 8 +#define ascii0x28_height 22 +static unsigned char ascii0x28_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x30, 0x18, 0x08, 0x0c, 0x0c, 0x06, 0x06, 0x06, + 0x06, 0x06, 0x06, 0x06, 0x06, 0x0c, 0x0c, 0x08, 0x18, 0x30 }; -- cgit v1.2.3-18-g5258