2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 #include "coolimages.h"
8 #define KBDIMAGE_WIDTH 16
9 #define KBDIMAGE_HEIGHT 14
10 #define KBDIMAGE_COLORS 16
12 static const UBYTE kbdimage_data
[] =
14 0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,
15 0,0,0,0,0,0,0,4,3,15,11,0,0,0,0,0,
16 0,0,0,0,0,0,15,4,15,11,4,3,15,0,0,0,
17 0,0,0,0,0,3,4,4,3,8,11,15,4,15,2,0,
18 0,0,0,0,3,8,3,15,14,15,8,3,7,11,12,4,
19 0,0,0,4,3,3,3,14,15,6,3,10,9,12,1,8,
20 0,0,4,4,3,15,14,15,6,4,7,9,12,1,3,0,
21 0,3,4,3,15,10,15,6,4,6,9,12,1,15,0,0,
22 15,4,15,4,14,15,4,4,6,2,12,1,15,0,0,0,
23 5,6,10,11,9,6,3,6,13,12,1,15,0,0,0,0,
24 1,2,3,6,10,3,7,2,12,12,15,0,0,0,0,0,
25 0,9,13,13,15,10,2,12,1,15,0,0,0,0,0,0,
26 0,0,0,15,13,13,12,12,4,0,0,0,0,0,0,0,
27 0,0,0,0,0,11,2,7,0,0,0,0,0,0,0,0
30 static const UBYTE kbdimage_pal
[] =
33 #define COL(a,b,c) (a + b + c) / 3, (a + b + c) / 3, (a + b + c) / 3
71 const struct CoolImage cool_kbdimage
=