diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-02-06 16:04:38 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-02-06 16:04:38 +0100 |
commit | d0ca838c7ab297036b4a7c45351761a48fe05efd (patch) | |
tree | f0f3cc006e8157d6bd699bd644b7dd7b35387ac2 /app/bin/bitmaps/l8.xbm | |
parent | fd6639655b399a79fb72f494786a4f57da9c90e7 (diff) | |
parent | 5d2c2b27a6323e2666378b986129b2a7c2c39e5c (diff) |
Update upstream source from tag 'upstream/5.2.2GA'
Update to upstream version '5.2.2GA'
with Debian dir 9c80045d0b4f9e463647bc8af8c090a673df4132
Diffstat (limited to 'app/bin/bitmaps/l8.xbm')
-rw-r--r-- | app/bin/bitmaps/l8.xbm | 84 |
1 files changed, 78 insertions, 6 deletions
diff --git a/app/bin/bitmaps/l8.xbm b/app/bin/bitmaps/l8.xbm index cf07c8f..1054bfd 100644 --- a/app/bin/bitmaps/l8.xbm +++ b/app/bin/bitmaps/l8.xbm @@ -1,6 +1,78 @@ -#define l8_width 14 -#define l8_height 16 -static char l8_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x08, 0x01, 0x08, 0x01, - 0x08, 0x01, 0xF0, 0x00, 0x08, 0x01, 0x08, 0x01, 0x08, 0x01, 0xF0, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, }; +static char l8_x16[] = {
+ 0x00, 0x00,
+ 0x00, 0x00,
+ 0x00, 0x00,
+ 0xC0, 0x03,
+ 0xE0, 0x07,
+ 0x60, 0x07,
+ 0xE0, 0x07,
+ 0xC0, 0x03,
+ 0xE0, 0x07,
+ 0x60, 0x06,
+ 0xE0, 0x07,
+ 0xC0, 0x03,
+ 0x00, 0x00,
+ 0x00, 0x00,
+ 0x00, 0x00,
+ 0x00, 0x00, };
+
+static char l8_x24[] = {
+ 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00,
+ 0x00, 0x1F, 0x00,
+ 0x80, 0x3B, 0x00,
+ 0x80, 0x39, 0x00,
+ 0xC0, 0x39, 0x00,
+ 0xC0, 0x39, 0x00,
+ 0xC0, 0x39, 0x00,
+ 0x80, 0x3B, 0x00,
+ 0x00, 0x1F, 0x00,
+ 0x80, 0x3B, 0x00,
+ 0xC0, 0x31, 0x00,
+ 0xC0, 0x71, 0x00,
+ 0xC0, 0x71, 0x00,
+ 0xC0, 0x31, 0x00,
+ 0x80, 0x3B, 0x00,
+ 0x00, 0x1F, 0x00,
+ 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, };
+
+static char l8_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, 0xFC, 0x00, 0x00,
+ 0x00, 0xFE, 0x01, 0x00,
+ 0x00, 0xDF, 0x03, 0x00,
+ 0x00, 0x8F, 0x03, 0x00,
+ 0x00, 0x87, 0x07, 0x00,
+ 0x00, 0x87, 0x07, 0x00,
+ 0x00, 0x8F, 0x03, 0x00,
+ 0x00, 0xDE, 0x03, 0x00,
+ 0x00, 0xFC, 0x01, 0x00,
+ 0x00, 0xFE, 0x01, 0x00,
+ 0x00, 0xCF, 0x03, 0x00,
+ 0x00, 0x87, 0x07, 0x00,
+ 0x80, 0x07, 0x07, 0x00,
+ 0x80, 0x07, 0x07, 0x00,
+ 0x80, 0x07, 0x07, 0x00,
+ 0x80, 0x07, 0x07, 0x00,
+ 0x00, 0x87, 0x07, 0x00,
+ 0x00, 0xCF, 0x03, 0x00,
+ 0x00, 0xFE, 0x03, 0x00,
+ 0x00, 0xFC, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, };
+
|