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

Subversion Repositories or1k

[/] [or1k/] [tags/] [MW_0_8_9PRE7/] [mw/] [src/] [mwin/] [bmp/] [close4.c] - Rev 674

Go to most recent revision | Compare with Previous | Blame | View Log

/* Generated by convbmp*/
#include "device.h"
 
/* MWIMAGEHDR image_close4 converted from close4.bmp*/
 
static MWPALENTRY palette[16] = {
  RGBDEF(   0,   0,   0 ),	/* pal 0*/
  RGBDEF( 191,   0,   0 ),	/* pal 1*/
  RGBDEF(   0, 191,   0 ),	/* pal 2*/
  RGBDEF( 191, 191,   0 ),	/* pal 3*/
  RGBDEF(   0,   0, 191 ),	/* pal 4*/
  RGBDEF( 191,   0, 191 ),	/* pal 5*/
  RGBDEF(   0, 191, 191 ),	/* pal 6*/
  RGBDEF( 192, 192, 192 ),	/* pal 7*/
  RGBDEF( 128, 128, 128 ),	/* pal 8*/
  RGBDEF( 255,   0,   0 ),	/* pal 9*/
  RGBDEF(   0, 255,   0 ),	/* pal 10*/
  RGBDEF( 255, 255,   0 ),	/* pal 11*/
  RGBDEF(   0,   0, 255 ),	/* pal 12*/
  RGBDEF( 255,   0, 255 ),	/* pal 13*/
  RGBDEF(   0, 255, 255 ),	/* pal 14*/
  RGBDEF( 255, 255, 255 ),	/* pal 15*/
};
 
static MWUCHAR imagebits[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xf8,0x88,0x88,0x88,0x88,0x80,0x00,0x00,
0xf7,0x00,0x77,0x77,0x00,0x80,0x00,0x00,
0xf7,0x70,0x07,0x70,0x07,0x80,0x00,0x00,
0xf7,0x77,0x00,0x00,0x77,0x80,0x00,0x00,
0xf7,0x77,0x70,0x07,0x77,0x80,0x00,0x00,
0xf7,0x77,0x00,0x00,0x77,0x80,0x00,0x00,
0xf7,0x70,0x07,0x70,0x07,0x80,0x00,0x00,
0xf7,0x00,0x77,0x77,0x00,0x80,0x00,0x00,
0xff,0xff,0xff,0xff,0xff,0xf0,0x00,0x00,
};
 
MWIMAGEHDR image_close4 = {
  12, 10,	/* width, height*/
  1, 4,		/* planes, bpp*/
  8, 1,	/* pitch, bytesperpixel*/
  1, 16,	/* compression, palsize*/
  -1L,		/* transcolor*/
  palette,
  imagebits,
};
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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