archie/tk3.6/bitmaps/RCS/info,v
2024-05-27 16:13:40 +02:00

55 lines
1.1 KiB
Plaintext

head 1.2;
branch ;
access ;
symbols ;
locks ; strict;
comment @# @;
1.2
date 93.03.11.09.46.12; author ouster; state Exp;
branches ;
next 1.1;
1.1
date 93.03.11.09.22.19; author ouster; state Exp;
branches ;
next ;
desc
@@
1.2
log
@Resized so bitmap is only as large as the bits.
@
text
@#define info_width 8
#define info_height 21
static char info_bits[] = {
0x3c, 0x2a, 0x16, 0x2a, 0x14, 0x00, 0x00, 0x3f, 0x15, 0x2e, 0x14, 0x2c,
0x14, 0x2c, 0x14, 0x2c, 0x14, 0x2c, 0xd7, 0xab, 0x55};
@
1.1
log
@Initial revision
@
text
@d1 2
a2 2
#define info_width 24
#define info_height 24
d4 2
a5 6
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, 0x00, 0x00, 0x2a, 0x00,
0x00, 0x16, 0x00, 0x00, 0x2a, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x3f, 0x00, 0x00, 0x15, 0x00, 0x00, 0x2e, 0x00,
0x00, 0x14, 0x00, 0x00, 0x2c, 0x00, 0x00, 0x14, 0x00, 0x00, 0x2c, 0x00,
0x00, 0x14, 0x00, 0x00, 0x2c, 0x00, 0x00, 0x14, 0x00, 0x00, 0x2c, 0x00,
0x00, 0xd7, 0x00, 0x00, 0xab, 0x00, 0x00, 0x55, 0x00, 0x00, 0x00, 0x00};
@