summaryrefslogtreecommitdiffstats
path: root/ext/tk/sample/demos-jp/images/gray25.bmp
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/sample/demos-jp/images/gray25.bmp')
-rw-r--r--ext/tk/sample/demos-jp/images/gray25.bmp6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/tk/sample/demos-jp/images/gray25.bmp b/ext/tk/sample/demos-jp/images/gray25.bmp
new file mode 100644
index 000000000..b234b3cb0
--- /dev/null
+++ b/ext/tk/sample/demos-jp/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};