38 #if CTK_CONF_ICON_BITMAPS
39 static unsigned char shellicon_bitmap[3*3*8] = {
40 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
41 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
42 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
44 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
45 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
46 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
48 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
49 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
50 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
54 #if CTK_CONF_ICON_TEXTMAPS
55 static char shellicon_textmap[9] = {
63 static struct ctk_icon shell_icon =
64 {CTK_ICON(
"Command shell", shellicon_bitmap, shellicon_textmap)};
68 "The Contiki command shell",
#define DSC(dscname, description, prgname, process, icon)
Instantiating macro for the DSC structure.
Declaration of the DSC program description structure.