summaryrefslogtreecommitdiff
path: root/GFX16/amoeba
diff options
context:
space:
mode:
Diffstat (limited to 'GFX16/amoeba')
-rw-r--r--GFX16/amoeba6
1 files changed, 6 insertions, 0 deletions
diff --git a/GFX16/amoeba b/GFX16/amoeba
new file mode 100644
index 0000000..e77303d
--- /dev/null
+++ b/GFX16/amoeba
@@ -0,0 +1,6 @@
+#define amoeba_width 16
+#define amoeba_height 16
+static char amoeba_bits[] = {
+ 0x73, 0xce, 0xad, 0xb1, 0xdd, 0xbf, 0xfd, 0xdd, 0xdd, 0xda, 0xad, 0xbd,
+ 0xdb, 0xbf, 0xfb, 0xbf, 0x7b, 0x77, 0xbb, 0x6a, 0x7b, 0x77, 0xf7, 0x7f,
+ 0xfb, 0x7f, 0x3d, 0xb9, 0xcd, 0xb6, 0xf3, 0xcf};