Initial import of work-in-progress of Poseidon port.
[cake.git] / rom / usb / trident / MasonIcons / MI_Class_MassStorage.c
blob5c921a34b6d25e0c4c96949d14124cbd0635c5fc
1 #ifdef USE_CLASS_MASSSTORAGE_COLORS
2 const ULONG Class_MassStorage_colors[96] =
4 0x96969696,0x96969696,0x96969696,
5 0x2d2d2d2d,0x28282828,0x9e9e9e9e,
6 0x00000000,0x65656565,0x9a9a9a9a,
7 0x35353535,0x75757575,0xaaaaaaaa,
8 0x65656565,0x8a8a8a8a,0xbabababa,
9 0x0c0c0c0c,0x61616161,0xffffffff,
10 0x24242424,0x5d5d5d5d,0x24242424,
11 0x35353535,0x8a8a8a8a,0x35353535,
12 0x86868686,0xb2b2b2b2,0x3d3d3d3d,
13 0x0c0c0c0c,0xe3e3e3e3,0x00000000,
14 0x4d4d4d4d,0x9e9e9e9e,0x8e8e8e8e,
15 0x82828282,0x00000000,0x00000000,
16 0xdfdfdfdf,0x35353535,0x35353535,
17 0xdbdbdbdb,0x65656565,0x39393939,
18 0xdbdbdbdb,0x8e8e8e8e,0x41414141,
19 0xdfdfdfdf,0xbabababa,0x45454545,
20 0xefefefef,0xe7e7e7e7,0x14141414,
21 0x82828282,0x61616161,0x4d4d4d4d,
22 0xa6a6a6a6,0x7e7e7e7e,0x61616161,
23 0xcacacaca,0x9a9a9a9a,0x75757575,
24 0x9a9a9a9a,0x55555555,0xaaaaaaaa,
25 0xffffffff,0x00000000,0xffffffff,
26 0xffffffff,0xffffffff,0xffffffff,
27 0xdfdfdfdf,0xdfdfdfdf,0xdfdfdfdf,
28 0xcacacaca,0xcacacaca,0xcacacaca,
29 0xbabababa,0xbabababa,0xbabababa,
30 0xaaaaaaaa,0xaaaaaaaa,0xaaaaaaaa,
31 0x8a8a8a8a,0x8a8a8a8a,0x8a8a8a8a,
32 0x65656565,0x65656565,0x65656565,
33 0x4d4d4d4d,0x4d4d4d4d,0x4d4d4d4d,
34 0x3c3c3c3c,0x3c3c3c3c,0x3b3b3b3b,
35 0x00000000,0x00000000,0x00000000,
37 #endif
39 #define CLASS_MASSSTORAGE_WIDTH 16
40 #define CLASS_MASSSTORAGE_HEIGHT 16
41 #define CLASS_MASSSTORAGE_DEPTH 5
42 #define CLASS_MASSSTORAGE_COMPRESSION 1
43 #define CLASS_MASSSTORAGE_MASKING 2
45 #ifdef USE_CLASS_MASSSTORAGE_HEADER
46 const struct BitMapHeader Class_MassStorage_header =
47 { 16,16,88,178,5,2,1,0,0,1,1,800,600 };
48 #endif
50 #ifdef USE_CLASS_MASSSTORAGE_BODY
51 const UBYTE Class_MassStorage_body[215] = {
52 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,
53 0x00,0xff,0x00,0xff,0x00,0x01,0x01,0x58,0x01,0x1f,0x38,0x01,0x1f,0x00,0x01,
54 0x20,0xf8,0x01,0x3f,0xf8,0x01,0x1f,0x44,0x01,0x3f,0x54,0x01,0x3f,0x48,0x01,
55 0x40,0xbc,0x01,0x7f,0xfc,0x01,0x3e,0xaa,0x01,0x7e,0xae,0x01,0x7e,0xa4,0x01,
56 0x81,0x5e,0x01,0xff,0xfe,0x01,0x68,0xba,0x01,0x97,0xfa,0x01,0x80,0x06,0x01,
57 0x7f,0xfe,0x01,0xff,0xfe,0x01,0x16,0x30,0x01,0xfe,0x0e,0x01,0x81,0xfe,0x01,
58 0x7f,0xfe,0x01,0xff,0xfe,0x01,0x2b,0xd2,0x01,0xff,0xd4,0x01,0xff,0xd2,0x01,
59 0x00,0x2e,0x01,0xff,0xfe,0x01,0x11,0xd6,0x01,0x90,0x2e,0x01,0x90,0x02,0x01,
60 0x7f,0xfe,0x01,0xaf,0xfe,0x01,0x40,0xe7,0x01,0xa8,0x1f,0x01,0xa8,0x02,0x01,
61 0x47,0xff,0x01,0xbf,0xff,0x01,0x79,0x78,0x01,0x87,0xfa,0x01,0x80,0x06,0x01,
62 0x7f,0xfe,0x01,0xff,0xfe,0x01,0x59,0xfb,0x01,0xc7,0xfd,0x01,0x3f,0xfe,0xff,
63 0xff,0xff,0xff,0x01,0x80,0xb5,0x01,0x80,0x01,0x01,0x7f,0xfe,0xff,0xff,0xff,
64 0xff,0x01,0x7f,0xfe,0x01,0x7f,0xfe,0xff,0x00,0x01,0x7f,0xfe,0x01,0x7f,0xfe,
65 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,
66 0x00,0xff,0x00,0xff,0x00, };
67 #endif