35 #ifndef CONTIKI_CONF_H_
36 #define CONTIKI_CONF_H_
40 #define CTK_CONF_MENU_KEY CH_ESC
41 #define CTK_CONF_WINDOWSWITCH_KEY 0x17
42 #define CTK_CONF_WIDGETUP_KEY 0x01
43 #define CTK_CONF_WIDGETDOWN_KEY '\t'
45 #define MOUSE_CONF_XTOC(x) ((x) / 8)
46 #define MOUSE_CONF_YTOC(y) ((y) / 8)
48 #define textcolor(color) COLOR_WHITE
50 #define BORDERCOLOR COLOR_BLACK
51 #define SCREENCOLOR COLOR_BLACK
53 #define EMAIL_CONF_WIDTH 39
54 #define EMAIL_CONF_HEIGHT 19
55 #define EMAIL_CONF_ERASE 0
57 #define FTP_CONF_WIDTH 18
58 #define FTP_CONF_HEIGHT 21
60 #define IRC_CONF_WIDTH 40
61 #define IRC_CONF_HEIGHT 23
63 #define WWW_CONF_WEBPAGE_WIDTH 40
64 #define WWW_CONF_WEBPAGE_HEIGHT 19
65 #define WWW_CONF_HISTORY_SIZE 4
66 #define WWW_CONF_MAX_URLLEN 80
67 #define WWW_CONF_MAX_NUMPAGEWIDGETS 20
68 #define WWW_CONF_FORMS 1
69 #define WWW_CONF_MAX_FORMACTIONLEN 20
70 #define WWW_CONF_MAX_INPUTNAMELEN 20
71 #define WWW_CONF_MAX_INPUTVALUELEN 20