aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/bitmaps/menudot.bitmap
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/bitmaps/menudot.bitmap')
-rw-r--r--src/hyper/bitmaps/menudot.bitmap6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/hyper/bitmaps/menudot.bitmap b/src/hyper/bitmaps/menudot.bitmap
new file mode 100644
index 00000000..8aa5f112
--- /dev/null
+++ b/src/hyper/bitmaps/menudot.bitmap
@@ -0,0 +1,6 @@
+#define menudot_width 16
+#define menudot_height 16
+static char menudot_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x0f, 0xff, 0x0f,
+ 0xab, 0x0e, 0x57, 0x0d, 0xab, 0x0e, 0x57, 0x0d, 0xab, 0x0e, 0x57, 0x0d,
+ 0xab, 0x0e, 0x57, 0x0d, 0xff, 0x0f, 0xff, 0x0f};