- Set a default PCM volume so that something can be heard when driver is
[AROS.git] / compiler / coolimages / switchimage.c
blobcd7402504183ec6b8af608f28b77ec80d749e36b
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include "coolimages.h"
8 #define SWITCHIMAGE_WIDTH 18
9 #define SWITCHIMAGE_HEIGHT 16
10 #define SWITCHIMAGE_COLORS 4
12 static const UBYTE switchimage_data[] =
14 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
15 00,00,00,00,00,00,02,02,02,02,00,00,00,00,00,00,00,00,
16 00,00,00,00,00,02,02,02,02,02,01,00,00,00,00,00,00,00,
17 00,00,00,00,02,02,02,02,02,02,02,01,00,00,03,01,00,00,
18 00,00,00,00,02,02,02,01,00,02,02,02,01,03,03,03,01,00,
19 00,00,00,02,02,02,01,00,00,00,02,03,03,03,03,03,01,00,
20 02,02,00,02,02,01,00,00,00,00,03,03,03,03,03,03,03,01,
21 02,02,02,02,02,01,00,00,00,00,03,03,03,03,03,03,03,01,
22 02,02,02,02,02,02,02,02,00,00,00,00,03,03,03,01,03,01,
23 02,02,02,02,02,02,02,01,00,00,00,00,03,03,01,00,01,01,
24 00,02,02,02,02,01,01,03,00,00,00,03,03,03,01,00,00,00,
25 00,02,02,02,01,03,03,03,03,00,03,03,03,01,00,00,00,00,
26 00,00,02,01,00,00,01,03,03,03,03,03,03,01,00,00,00,00,
27 00,00,00,00,00,00,00,01,03,03,03,03,01,00,00,00,00,00,
28 00,00,00,00,00,00,00,00,01,01,01,01,00,00,00,00,00,00,
29 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
32 static const UBYTE switchimage_pal[] =
34 0xb3,0xb3,0xb3,0x00,0x00,0x00,
35 0xdb,0x20,0x26,0x00,0x76,0x00
38 const struct CoolImage cool_switchimage =
40 switchimage_data,
41 switchimage_pal,
42 SWITCHIMAGE_WIDTH,
43 SWITCHIMAGE_HEIGHT,
44 SWITCHIMAGE_COLORS