URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [mw/] [src/] [mwin/] [bmp/] [max4.c] - Rev 673
Go to most recent revision | Compare with Previous | Blame | View Log
/* Generated by convbmp*/ #include "device.h" /* MWIMAGEHDR image_max4 converted from max4.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,0x88,0x88,0x80, 0xf7,0x77,0x77,0x77,0x77,0x77,0x77,0x80, 0xf7,0x70,0x00,0x00,0x00,0x00,0x77,0x80, 0xf7,0x70,0x77,0x77,0x77,0x70,0x77,0x80, 0xf7,0x70,0x77,0x77,0x77,0x70,0x77,0x80, 0xf7,0x70,0x77,0x77,0x77,0x70,0x77,0x80, 0xf7,0x70,0x77,0x77,0x77,0x70,0x77,0x80, 0xf7,0x70,0x77,0x77,0x77,0x70,0x77,0x80, 0xf7,0x70,0x77,0x77,0x77,0x70,0x77,0x80, 0xf7,0x70,0x00,0x00,0x00,0x00,0x77,0x80, 0xf7,0x70,0x00,0x00,0x00,0x00,0x77,0x80, 0xf7,0x77,0x77,0x77,0x77,0x77,0x77,0x80, 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf0, }; MWIMAGEHDR image_max4 = { 16, 14, /* 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