diff options
Diffstat (limited to 'src/hyper/bitmaps/upsilon-cap.bitmap')
-rw-r--r-- | src/hyper/bitmaps/upsilon-cap.bitmap | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/hyper/bitmaps/upsilon-cap.bitmap b/src/hyper/bitmaps/upsilon-cap.bitmap new file mode 100644 index 00000000..6c6b1aac --- /dev/null +++ b/src/hyper/bitmaps/upsilon-cap.bitmap @@ -0,0 +1,8 @@ +#define Upsilon_width 16 +#define Upsilon_height 16 +#define Upsilon_x_hot -1 +#define Upsilon_y_hot -1 +static char Upsilon_bits[] = { + 0x18, 0x18, 0x3c, 0x3c, 0x6c, 0x32, 0xc4, 0x23, 0x84, 0x21, 0x80, 0x01, + 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, + 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0xc0, 0x03}; |