1
0
Files
irix-657m-src/stand/arcs/include/bitmaps.h
2022-09-29 17:59:04 +03:00

100 lines
4.3 KiB
C

/* Bitmaps for prom gui interface
*/
#ident "$Revision: 1.4 $"
#ifdef _INCLUDE_STOP
#define stop_width 30
#define stop_height 30
static unsigned short stop_bits[] = {
0x007f, 0xf800, 0x00ff, 0xfc00, 0x01ff, 0xfe00, 0x03ff, 0xff00,
0x07ff, 0xff80, 0x0fff, 0xffc0, 0x1fff, 0xffe0, 0x3fff, 0xfff0,
0x7fff, 0xfff8, 0xffff, 0xfffc, 0xffff, 0xfffc, 0xffff, 0xfffc,
0xffff, 0xfffc, 0xffff, 0xfffc, 0xffff, 0xfffc, 0xffff, 0xfffc,
0xffff, 0xfffc, 0xffff, 0xfffc, 0xffff, 0xfffc, 0xffff, 0xfffc,
0xffff, 0xfffc, 0x7fff, 0xfff8, 0x3fff, 0xfff0, 0x1fff, 0xffe0,
0x0fff, 0xffc0, 0x07ff, 0xff80, 0x03ff, 0xff00, 0x01ff, 0xfe00,
0x00ff, 0xfc00, 0x007f, 0xf800};
#endif
#ifdef _INCLUDE_UPARROW
#define uparrow_width 31
#define uparrow_height 31
static unsigned short uparrow_bits[] = {
0x003f, 0xf800, 0x003f, 0xf800, 0x003f, 0xf800, 0x003f, 0xf800,
0x003f, 0xf800, 0x003f, 0xf800, 0x003f, 0xf800, 0x003f, 0xf800,
0x003f, 0xf800, 0x003f, 0xf800, 0x003f, 0xf800, 0x003f, 0xf800,
0x003f, 0xf800, 0x003f, 0xf800, 0x003f, 0xf800, 0xffff, 0xfffe,
0x7fff, 0xfffc, 0x3fff, 0xfff8, 0x1fff, 0xfff0, 0x0fff, 0xffe0,
0x07ff, 0xffc0, 0x03ff, 0xff80, 0x01ff, 0xff00, 0x00ff, 0xfe00,
0x007f, 0xfc00, 0x003f, 0xf800, 0x001f, 0xf000, 0x000f, 0xe000,
0x0007, 0xc000, 0x0003, 0x8000, 0x0001, 0x0000};
#endif
#ifdef _INCLUDE_INSTALL
#define install_width 32
#define install_height 32
static unsigned short install_bits[] = {
0x0004, 0x07ff, 0x0006, 0x0c01, 0x0005, 0x1401, 0x0014, 0xa401,
0x001c, 0x4401, 0x001e, 0x4401, 0x001f, 0xc401, 0x001f, 0xe401,
0xffff, 0xfc01, 0xffff, 0xfc01, 0xffff, 0xfc01, 0xffff, 0xfc01,
0xffff, 0xfc01, 0xffff, 0xfc01, 0xffff, 0xfc01, 0x001f, 0xe401,
0x001f, 0xc401, 0x001e, 0x4401, 0x001c, 0x4401, 0x0014, 0x4401,
0x0002, 0x4c01, 0x0001, 0x5401, 0x0000, 0xe401, 0x0000, 0x4401,
0x0000, 0x4401, 0x0000, 0x4401, 0x0000, 0x4401, 0x0000, 0x47ff,
0x0000, 0x4802, 0x0000, 0x5004, 0x0000, 0x6008, 0x0000, 0x7ff0};
#endif
#ifdef _INCLUDE_CROSS
#define cross_width 30
#define cross_height 30
static unsigned short cross_bits[] = {
0x003f, 0xf000, 0x003f, 0xf000, 0x003f, 0xf000, 0x003f, 0xf000,
0x003f, 0xf000, 0x003f, 0xf000, 0x003f, 0xf000, 0x003f, 0xf000,
0x003f, 0xf000, 0x003f, 0xf000, 0xffff, 0xfffc, 0xffff, 0xfffc,
0xffff, 0xfffc, 0xffff, 0xfffc, 0xffff, 0xfffc, 0xffff, 0xfffc,
0xffff, 0xfffc, 0xffff, 0xfffc, 0xffff, 0xfffc, 0xffff, 0xfffc,
0x003f, 0xf000, 0x003f, 0xf000, 0x003f, 0xf000, 0x003f, 0xf000,
0x003f, 0xf000, 0x003f, 0xf000, 0x003f, 0xf000, 0x003f, 0xf000,
0x003f, 0xf000, 0x003f, 0xf000};
#endif
#ifdef _INCLUDE_EXCLAMATION
#define exclamation_width 9
#define exclamation_height 31
static unsigned short exclamation_bits[] = {
0x1c00, 0x3e00, 0x7f00, 0x7f00, 0x7f00, 0x3e00, 0x1c00, 0x0000,
0x0000, 0x1c00, 0x3e00, 0x3e00, 0x3e00, 0x3e00, 0x3e00, 0x7f00,
0x7f00, 0x7f00, 0x7f00, 0x7f00, 0xff80, 0xff80, 0xff80, 0xff80,
0xff80, 0xff80, 0xff80, 0xff80, 0xff80, 0x7f00, 0x3e00};
#endif
#ifdef _INCLUDE_PROMPT
#define prompt_width 31
#define prompt_height 31
static unsigned short prompt_bits[] = {
0x7003, 0x8000, 0xf807, 0xc000, 0xfc07, 0xe000, 0xfe07, 0xf000,
0x7f03, 0xf800, 0x3f81, 0xfc00, 0x1fc0, 0xfe00, 0x0fe0, 0x7f00,
0x07f0, 0x3f80, 0x03f8, 0x1fc0, 0x01fc, 0x0fe0, 0x00fe, 0x07f0,
0x007f, 0x03f8, 0x003f, 0x81fc, 0x001f, 0xc0fe, 0x000f, 0xc07e,
0x001f, 0xc0fe, 0x003f, 0x81fc, 0x007f, 0x03f8, 0x00fe, 0x07f0,
0x01fc, 0x0fe0, 0x03f8, 0x1fc0, 0x07f0, 0x3f80, 0x0fe0, 0x7f00,
0x1fc0, 0xfe00, 0x3f81, 0xfc00, 0x7f03, 0xf800, 0xfe07, 0xf000,
0xfc07, 0xe000, 0xf807, 0xc000, 0x7003, 0x8000};
#endif
#ifdef _INCLUDE_SCOPE
#endif
#define scope_width 32
#define scope_height 36
static unsigned short scope_bits[] = {
0x0000, 0xe000, 0x0003, 0xf800, 0x0007, 0xbc00, 0x000e, 0x0e00,
0x001c, 0x0700, 0x0038, 0x0380, 0x0030, 0x0180, 0x0030, 0x0180,
0x0030, 0x0180, 0x0030, 0x0180, 0x0030, 0x0180, 0x0030, 0x0180,
0x0030, 0x0180, 0x0030, 0x07e0, 0x0030, 0x0ff0, 0x0030, 0x1e78,
0x0030, 0x381c, 0x3870, 0x700e, 0x4460, 0xe007, 0x82e0, 0xc003,
0x9fc0, 0xc003, 0x9f80, 0xc003, 0x8200, 0xc003, 0x4400, 0xc003,
0x3800, 0xc003, 0x0000, 0xc003, 0x0000, 0xc003, 0x0000, 0xc003,
0x0000, 0xc003, 0x0000, 0xd81b, 0x0000, 0xe427, 0x0000, 0xe427,
0x0000, 0xe427, 0x0000, 0x6426, 0x0000, 0x2424, 0x0000, 0x1818};