summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-14 15:54:35 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-14 15:54:35 +0000
commit21ce3c7cde6e61e116b428160121b34f150ccc71 (patch)
tree9dc4f02ca66623f4759119a0eb5b79e433bdeb30 /target
Diffstat (limited to 'target')
-rw-r--r--target6
1 files changed, 6 insertions, 0 deletions
diff --git a/target b/target
new file mode 100644
index 0000000..6d23eca
--- /dev/null
+++ b/target
@@ -0,0 +1,6 @@
+#define target_width 16
+#define target_height 16
+static char target_bits[] = {
+ 0x00, 0x00, 0x80, 0x01, 0x80, 0x01, 0xe0, 0x07, 0x90, 0x09, 0x88, 0x11,
+ 0xc8, 0x13, 0x7e, 0x7e, 0x7e, 0x7e, 0xc8, 0x13, 0x88, 0x11, 0x90, 0x09,
+ 0xe0, 0x07, 0x80, 0x01, 0x80, 0x01, 0x00, 0x00};