diff options
Diffstat (limited to 'tk8.6/library/demos/images/gray25.xbm')
-rw-r--r-- | tk8.6/library/demos/images/gray25.xbm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tk8.6/library/demos/images/gray25.xbm b/tk8.6/library/demos/images/gray25.xbm new file mode 100644 index 0000000..b234b3c --- /dev/null +++ b/tk8.6/library/demos/images/gray25.xbm @@ -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}; |