36 #ifndef __CONTIKI_CONF_H__
37 #define __CONTIKI_CONF_H__
41 #define CTK_CONF_MENU_KEY CH_F1
42 #define CTK_CONF_WINDOWSWITCH_KEY CH_F3
43 #define CTK_CONF_WIDGETUP_KEY CH_F5
44 #define CTK_CONF_WIDGETDOWN_KEY CH_F7
46 #define MOUSE_CONF_XTOC(x) ((x) / 8)
47 #define MOUSE_CONF_YTOC(y) ((y) / 8)
49 #define BORDERCOLOR COLOR_BLACK
50 #define SCREENCOLOR COLOR_BLACK
51 #define BACKGROUNDCOLOR COLOR_BLACK
52 #define WINDOWCOLOR COLOR_GRAY3
53 #define WINDOWCOLOR_FOCUS COLOR_GRAY3
54 #define WIDGETCOLOR COLOR_GRAY3
55 #define WIDGETCOLOR_FOCUS COLOR_YELLOW
56 #define WIDGETCOLOR_FWIN COLOR_GRAY3
57 #define WIDGETCOLOR_HLINK COLOR_CYAN
59 #define EMAIL_CONF_WIDTH 39
60 #define EMAIL_CONF_HEIGHT 20
61 #define EMAIL_CONF_ERASE 0
63 #define FTP_CONF_WIDTH 18
64 #define FTP_CONF_HEIGHT 22
66 #define IRC_CONF_WIDTH 40
67 #define IRC_CONF_HEIGHT 24
69 #define WWW_CONF_WEBPAGE_WIDTH 40
70 #define WWW_CONF_WEBPAGE_HEIGHT 20
71 #define WWW_CONF_HISTORY_SIZE 4
72 #define WWW_CONF_MAX_URLLEN 80
73 #define WWW_CONF_MAX_NUMPAGEWIDGETS 20
74 #define WWW_CONF_RENDERSTATE 1
75 #define WWW_CONF_FORMS 1
76 #define WWW_CONF_MAX_FORMACTIONLEN 20
77 #define WWW_CONF_MAX_FORMNAMELEN 20
78 #define WWW_CONF_MAX_INPUTNAMELEN 20
79 #define WWW_CONF_MAX_INPUTVALUELEN 20