37 #if CTK_CONF_ICON_BITMAPS
38 static unsigned char webservericon_bitmap[3*3*8] = {
39 0x00, 0x7f, 0x40, 0x41, 0x44, 0x48, 0x40, 0x50,
40 0x00, 0xff, 0x5a, 0x00, 0x00, 0x00, 0x3c, 0x81,
41 0x00, 0xfe, 0x02, 0x82, 0x22, 0x12, 0x02, 0x0a,
43 0x41, 0x60, 0x42, 0x62, 0x62, 0x42, 0x60, 0x41,
44 0x00, 0x00, 0x00, 0x18, 0x18, 0x00, 0x18, 0x18,
45 0x82, 0x06, 0x42, 0x46, 0x46, 0x42, 0x06, 0x82,
47 0x50, 0x40, 0x48, 0x44, 0x41, 0x40, 0x7e, 0x00,
48 0xc5, 0x34, 0x3c, 0x52, 0x7a, 0x7e, 0xa1, 0xfd,
49 0x0a, 0x02, 0x12, 0x22, 0x82, 0x02, 0x7e, 0x00
53 #if CTK_CONF_ICON_TEXTMAPS
54 static char webservericon_textmap[9] = {
62 static struct ctk_icon webserver_icon =
63 {CTK_ICON(
"Web server", webservericon_bitmap, webservericon_textmap)};
67 "The Contiki web server",
#define DSC(dscname, description, prgname, process, icon)
Instantiating macro for the DSC structure.
Declaration of the DSC program description structure.