39 #if CTK_CONF_ICON_BITMAPS
40 static unsigned char webservericon_bitmap[3*3*8] = {
41 0x00, 0x7f, 0x40, 0x41, 0x44, 0x48, 0x40, 0x50,
42 0x00, 0xff, 0x5a, 0x00, 0x00, 0x00, 0x3c, 0x81,
43 0x00, 0xfe, 0x02, 0x82, 0x22, 0x12, 0x02, 0x0a,
45 0x41, 0x60, 0x42, 0x62, 0x62, 0x42, 0x60, 0x41,
46 0x00, 0x00, 0x00, 0x18, 0x18, 0x00, 0x18, 0x18,
47 0x82, 0x06, 0x42, 0x46, 0x46, 0x42, 0x06, 0x82,
49 0x50, 0x40, 0x48, 0x44, 0x41, 0x40, 0x7e, 0x00,
50 0xc5, 0x34, 0x3c, 0x52, 0x7a, 0x7e, 0xa1, 0xfd,
51 0x0a, 0x02, 0x12, 0x22, 0x82, 0x02, 0x7e, 0x00
55 #if CTK_CONF_ICON_TEXTMAPS
56 static char webservericon_textmap[9] = {
64 static struct ctk_icon webserver_icon =
65 {CTK_ICON(
"Web server", webservericon_bitmap, webservericon_textmap)};
69 "The Contiki web server",