summaryrefslogtreecommitdiff
path: root/app/bin/bitmaps/l4.xbm
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2022-02-06 16:04:57 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2022-02-06 16:04:57 +0100
commit59dccf358523dfc7679d1d8c120452a71e42243c (patch)
treef0f3cc006e8157d6bd699bd644b7dd7b35387ac2 /app/bin/bitmaps/l4.xbm
parentfd6639655b399a79fb72f494786a4f57da9c90e7 (diff)
parentd0ca838c7ab297036b4a7c45351761a48fe05efd (diff)
Merge branch 'feature/upstrem' into develop
Diffstat (limited to 'app/bin/bitmaps/l4.xbm')
-rw-r--r--app/bin/bitmaps/l4.xbm84
1 files changed, 78 insertions, 6 deletions
diff --git a/app/bin/bitmaps/l4.xbm b/app/bin/bitmaps/l4.xbm
index ea52f95..411ad63 100644
--- a/app/bin/bitmaps/l4.xbm
+++ b/app/bin/bitmaps/l4.xbm
@@ -1,6 +1,78 @@
-#define l4_width 14
-#define l4_height 16
-static char l4_bits[] = {
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0xC0, 0x00, 0xA0, 0x00,
- 0x90, 0x00, 0x88, 0x00, 0xF8, 0x01, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, };
+static char l4_x16[] = {
+ 0x00, 0x00,
+ 0x00, 0x00,
+ 0x00, 0x00,
+ 0x80, 0x03,
+ 0x80, 0x03,
+ 0xC0, 0x03,
+ 0xC0, 0x03,
+ 0xE0, 0x03,
+ 0x60, 0x03,
+ 0xF0, 0x07,
+ 0x00, 0x03,
+ 0x00, 0x03,
+ 0x00, 0x00,
+ 0x00, 0x00,
+ 0x00, 0x00,
+ 0x00, 0x00, };
+
+static char l4_x24[] = {
+ 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00,
+ 0x00, 0x1C, 0x00,
+ 0x00, 0x1C, 0x00,
+ 0x00, 0x1E, 0x00,
+ 0x00, 0x1E, 0x00,
+ 0x00, 0x1F, 0x00,
+ 0x00, 0x1F, 0x00,
+ 0x80, 0x1F, 0x00,
+ 0x80, 0x1D, 0x00,
+ 0xC0, 0x1D, 0x00,
+ 0xC0, 0x1C, 0x00,
+ 0xE0, 0x7F, 0x00,
+ 0x00, 0x1C, 0x00,
+ 0x00, 0x1C, 0x00,
+ 0x00, 0x1C, 0x00,
+ 0x00, 0x1C, 0x00,
+ 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, };
+
+static char l4_x32[] = {
+ 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0xE0, 0x01, 0x00,
+ 0x00, 0xE0, 0x01, 0x00,
+ 0x00, 0xF0, 0x01, 0x00,
+ 0x00, 0xF0, 0x01, 0x00,
+ 0x00, 0xF8, 0x01, 0x00,
+ 0x00, 0xF8, 0x01, 0x00,
+ 0x00, 0xFC, 0x01, 0x00,
+ 0x00, 0xDC, 0x01, 0x00,
+ 0x00, 0xDE, 0x01, 0x00,
+ 0x00, 0xCF, 0x01, 0x00,
+ 0x00, 0xCF, 0x01, 0x00,
+ 0x80, 0xC7, 0x01, 0x00,
+ 0x80, 0xC3, 0x01, 0x00,
+ 0xC0, 0xFF, 0x07, 0x00,
+ 0xC0, 0xFF, 0x07, 0x00,
+ 0x00, 0xC0, 0x01, 0x00,
+ 0x00, 0xC0, 0x01, 0x00,
+ 0x00, 0xC0, 0x01, 0x00,
+ 0x00, 0xC0, 0x01, 0x00,
+ 0x00, 0xC0, 0x01, 0x00,
+ 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, };
+