36 #ifndef __CONTIKI_CONF_H__
37 #define __CONTIKI_CONF_H__
41 #define CTK_CONF_MENU_KEY CH_ESC
42 #define CTK_CONF_WINDOWSWITCH_KEY 0x17
43 #define CTK_CONF_WIDGETUP_KEY 0x01
44 #define CTK_CONF_WIDGETDOWN_KEY '\t'
46 #define textcolor(color) COLOR_WHITE
48 #define BORDERCOLOR COLOR_BLACK
49 #define SCREENCOLOR COLOR_BLACK
51 #define EMAIL_CONF_WIDTH 39
52 #define EMAIL_CONF_HEIGHT 19
53 #define EMAIL_CONF_ERASE 0
55 #define FTP_CONF_WIDTH 18
56 #define FTP_CONF_HEIGHT 21
58 #define IRC_CONF_WIDTH 40
59 #define IRC_CONF_HEIGHT 23
61 #define WWW_CONF_WEBPAGE_WIDTH 40
62 #define WWW_CONF_WEBPAGE_HEIGHT 19
63 #define WWW_CONF_HISTORY_SIZE 0
64 #define WWW_CONF_MAX_URLLEN 80
65 #define WWW_CONF_MAX_NUMPAGEWIDGETS 20
66 #define WWW_CONF_RENDERSTATE 0
67 #define WWW_CONF_FORMS 0
68 #define WWW_CONF_MAX_FORMACTIONLEN 20
69 #define WWW_CONF_MAX_FORMNAMELEN 20
70 #define WWW_CONF_MAX_INPUTNAMELEN 20
71 #define WWW_CONF_MAX_INPUTVALUELEN 20