summaryrefslogtreecommitdiffstats
path: root/library/demos/images/gray25.bmp
diff options
context:
space:
mode:
Diffstat (limited to 'library/demos/images/gray25.bmp')
-rw-r--r--library/demos/images/gray25.bmp6
1 files changed, 6 insertions, 0 deletions
diff --git a/library/demos/images/gray25.bmp b/library/demos/images/gray25.bmp
new file mode 100644
index 0000000..b234b3c
--- /dev/null
+++ b/library/demos/images/gray25.bmp
@@ -0,0 +1,6 @@
+#define grey_width 16
+#define grey_height 16
+static char grey_bits[] = {
+ 0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44,
+ 0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44,
+ 0x11, 0x11, 0x44, 0x44, 0x11, 0x11, 0x44, 0x44};