aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/bitmaps/lj.bitmap
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/bitmaps/lj.bitmap')
-rw-r--r--src/hyper/bitmaps/lj.bitmap6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/hyper/bitmaps/lj.bitmap b/src/hyper/bitmaps/lj.bitmap
new file mode 100644
index 00000000..4f65e942
--- /dev/null
+++ b/src/hyper/bitmaps/lj.bitmap
@@ -0,0 +1,6 @@
+#define lj_width 16
+#define lj_height 16
+static char lj_bits[] = {
+ 0x78, 0x00, 0x60, 0x00, 0x30, 0x00, 0x30, 0x60, 0x30, 0x20, 0x30, 0x00,
+ 0x18, 0x18, 0x18, 0x38, 0x18, 0x34, 0x18, 0x30, 0x0c, 0x10, 0x0c, 0x10,
+ 0x1c, 0x18, 0x1c, 0x18, 0x1c, 0x0b, 0x00, 0x0f};