OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [MW_0_8_9PRE7/] [mw/] [src/] [mwin/] [bmp/] [close4.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 673 markom
/* Generated by convbmp*/
2
#include "device.h"
3
 
4
/* MWIMAGEHDR image_close4 converted from close4.bmp*/
5
 
6
static MWPALENTRY palette[16] = {
7
  RGBDEF(   0,   0,   0 ), /* pal 0*/
8
  RGBDEF( 191,   0,   0 ),        /* pal 1*/
9
  RGBDEF(   0, 191,   0 ),        /* pal 2*/
10
  RGBDEF( 191, 191,   0 ),       /* pal 3*/
11
  RGBDEF(   0,   0, 191 ),        /* pal 4*/
12
  RGBDEF( 191,   0, 191 ),       /* pal 5*/
13
  RGBDEF(   0, 191, 191 ),       /* pal 6*/
14
  RGBDEF( 192, 192, 192 ),      /* pal 7*/
15
  RGBDEF( 128, 128, 128 ),      /* pal 8*/
16
  RGBDEF( 255,   0,   0 ),        /* pal 9*/
17
  RGBDEF(   0, 255,   0 ),        /* pal 10*/
18
  RGBDEF( 255, 255,   0 ),       /* pal 11*/
19
  RGBDEF(   0,   0, 255 ),        /* pal 12*/
20
  RGBDEF( 255,   0, 255 ),       /* pal 13*/
21
  RGBDEF(   0, 255, 255 ),       /* pal 14*/
22
  RGBDEF( 255, 255, 255 ),      /* pal 15*/
23
};
24
 
25
static MWUCHAR imagebits[] = {
26
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
27
0xf8,0x88,0x88,0x88,0x88,0x80,0x00,0x00,
28
0xf7,0x00,0x77,0x77,0x00,0x80,0x00,0x00,
29
0xf7,0x70,0x07,0x70,0x07,0x80,0x00,0x00,
30
0xf7,0x77,0x00,0x00,0x77,0x80,0x00,0x00,
31
0xf7,0x77,0x70,0x07,0x77,0x80,0x00,0x00,
32
0xf7,0x77,0x00,0x00,0x77,0x80,0x00,0x00,
33
0xf7,0x70,0x07,0x70,0x07,0x80,0x00,0x00,
34
0xf7,0x00,0x77,0x77,0x00,0x80,0x00,0x00,
35
0xff,0xff,0xff,0xff,0xff,0xf0,0x00,0x00,
36
};
37
 
38
MWIMAGEHDR image_close4 = {
39
  12, 10,       /* width, height*/
40
  1, 4,         /* planes, bpp*/
41
  8, 1, /* pitch, bytesperpixel*/
42
  1, 16,        /* compression, palsize*/
43
  -1L,          /* transcolor*/
44
  palette,
45
  imagebits,
46
};

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.