diff options
Diffstat (limited to 'src/hyper/bitmaps/sdown.bitmap')
-rw-r--r-- | src/hyper/bitmaps/sdown.bitmap | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/hyper/bitmaps/sdown.bitmap b/src/hyper/bitmaps/sdown.bitmap new file mode 100644 index 00000000..c16c607f --- /dev/null +++ b/src/hyper/bitmaps/sdown.bitmap @@ -0,0 +1,9 @@ +#define sdown_width 21 +#define sdown_height 21 +static char sdown_bits[] = { + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0xf0, + 0x03, 0x00, 0xf8, 0x07, 0x00, 0xfc, 0x0f, 0x00, 0xfe, 0x1f, 0x00, 0xff, + 0x3f, 0x80, 0xff, 0x7f, 0xc0, 0xff, 0xff, 0xe0, 0xff, 0xff, 0xf1, 0xff, + 0xff, 0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff}; |