diff options
Diffstat (limited to 'src/hyper/bitmaps/ep1.bitmap')
-rw-r--r-- | src/hyper/bitmaps/ep1.bitmap | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/hyper/bitmaps/ep1.bitmap b/src/hyper/bitmaps/ep1.bitmap new file mode 100644 index 00000000..d440af12 --- /dev/null +++ b/src/hyper/bitmaps/ep1.bitmap @@ -0,0 +1,6 @@ +#define ep1_width 16 +#define ep1_height 16 +static char ep1_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x0c, 0x00, + 0x0c, 0x30, 0x3e, 0x3c, 0x06, 0x30, 0x06, 0x30, 0x06, 0x30, 0x06, 0x30, + 0x7c, 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0xfc}; |