aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/bitmaps/epi.bitmap
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/bitmaps/epi.bitmap')
-rw-r--r--src/hyper/bitmaps/epi.bitmap6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/hyper/bitmaps/epi.bitmap b/src/hyper/bitmaps/epi.bitmap
new file mode 100644
index 00000000..773a3894
--- /dev/null
+++ b/src/hyper/bitmaps/epi.bitmap
@@ -0,0 +1,6 @@
+#define epi_width 16
+#define epi_height 16
+static char epi_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x01, 0x18, 0x00,
+ 0x18, 0x30, 0x7c, 0x10, 0x0c, 0x00, 0x0c, 0x0c, 0x0c, 0x1c, 0x0c, 0x1a,
+ 0xf8, 0x08, 0x00, 0x1c, 0x00, 0x14, 0x00, 0x1c};