summaryrefslogtreecommitdiff
path: root/GFX8/space
diff options
context:
space:
mode:
Diffstat (limited to 'GFX8/space')
-rw-r--r--GFX8/space4
1 files changed, 4 insertions, 0 deletions
diff --git a/GFX8/space b/GFX8/space
new file mode 100644
index 0000000..c2efb9d
--- /dev/null
+++ b/GFX8/space
@@ -0,0 +1,4 @@
+#define space_width 8
+#define space_height 8
+static char space_bits[] = {
+ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};