38 #if CTK_CONF_ICON_BITMAPS
39 static unsigned char wwwicon_bitmap[3*3*8] = {
40 0x00, 0x7e, 0x40, 0x73, 0x46, 0x4c, 0x18, 0x13,
41 0x00, 0x00, 0xff, 0x81, 0x34, 0xc9, 0x00, 0xb6,
42 0x00, 0x7e, 0x02, 0xce, 0x72, 0x32, 0x18, 0x48,
44 0x30, 0x27, 0x24, 0x20, 0x37, 0x24, 0x20, 0x33,
45 0x00, 0x7b, 0x42, 0x00, 0x7b, 0x42, 0x00, 0x3b,
46 0x0c, 0x24, 0x24, 0x04, 0xa4, 0x24, 0x04, 0x4c,
48 0x12, 0x19, 0x4c, 0x46, 0x63, 0x40, 0x7c, 0x00,
49 0x22, 0x91, 0x00, 0xc4, 0x81, 0xff, 0x00, 0x00,
50 0x08, 0x18, 0x32, 0x62, 0xc6, 0x02, 0x3e, 0x00
54 #if CTK_CONF_ICON_TEXTMAPS
55 static char wwwicon_textmap[9] = {
63 static struct ctk_icon www_icon =
64 {CTK_ICON(
"Web browser", wwwicon_bitmap, wwwicon_textmap)};
68 "The Contiki web browser",
#define DSC(dscname, description, prgname, process, icon)
Instantiating macro for the DSC structure.
Declaration of the DSC program description structure.