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

Subversion Repositories or1k

[/] [or1k/] [tags/] [MW_0_8_9PRE7/] [mw/] [src/] [mwin/] [bmp/] [min4.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_min4 converted from min4.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,0x88,0x88,0x80,
28
0xf7,0x77,0x77,0x77,0x77,0x77,0x77,0x80,
29
0xf7,0x77,0x00,0x00,0x00,0x77,0x77,0x80,
30
0xf7,0x77,0x00,0x00,0x00,0x77,0x77,0x80,
31
0xf7,0x77,0x77,0x77,0x77,0x77,0x77,0x80,
32
0xf7,0x77,0x77,0x77,0x77,0x77,0x77,0x80,
33
0xf7,0x77,0x77,0x77,0x77,0x77,0x77,0x80,
34
0xf7,0x77,0x77,0x77,0x77,0x77,0x77,0x80,
35
0xf7,0x77,0x77,0x77,0x77,0x77,0x77,0x80,
36
0xf7,0x77,0x77,0x77,0x77,0x77,0x77,0x80,
37
0xf7,0x77,0x77,0x77,0x77,0x77,0x77,0x80,
38
0xf7,0x77,0x77,0x77,0x77,0x77,0x77,0x80,
39
0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf0,
40
};
41
 
42
MWIMAGEHDR image_min4 = {
43
  16, 14,       /* width, height*/
44
  1, 4,         /* planes, bpp*/
45
  8, 1, /* pitch, bytesperpixel*/
46
  1, 16,        /* compression, palsize*/
47
  -1L,          /* transcolor*/
48
  palette,
49
  imagebits,
50
};

powered by: WebSVN 2.1.0

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