Added configuration values for the email client example.
This commit is contained in:
parent
35dc059ad0
commit
fc7b0d31bc
3 changed files with 15 additions and 3 deletions
|
@ -30,7 +30,7 @@
|
||||||
*
|
*
|
||||||
* Author: Oliver Schmidt <ol.sc@web.de>
|
* Author: Oliver Schmidt <ol.sc@web.de>
|
||||||
*
|
*
|
||||||
* $Id: contiki-conf.h,v 1.17 2010/01/31 18:30:50 oliverschmidt Exp $
|
* $Id: contiki-conf.h,v 1.18 2010/01/31 21:50:11 oliverschmidt Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CONTIKI_CONF_H__
|
#ifndef __CONTIKI_CONF_H__
|
||||||
|
@ -48,6 +48,10 @@
|
||||||
#define MOUSE_CONF_XTOC(x) ((x) * 2 / 7)
|
#define MOUSE_CONF_XTOC(x) ((x) * 2 / 7)
|
||||||
#define MOUSE_CONF_YTOC(y) ((y) / 8)
|
#define MOUSE_CONF_YTOC(y) ((y) / 8)
|
||||||
|
|
||||||
|
#define EMAIL_CONF_WIDTH 79
|
||||||
|
#define EMAIL_CONF_HEIGHT 19
|
||||||
|
#define EMAIL_CONF_ERASE 0
|
||||||
|
|
||||||
#define IRC_CONF_WIDTH 80
|
#define IRC_CONF_WIDTH 80
|
||||||
#define IRC_CONF_HEIGHT 23
|
#define IRC_CONF_HEIGHT 23
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
*
|
*
|
||||||
* Author: Oliver Schmidt <ol.sc@web.de>
|
* Author: Oliver Schmidt <ol.sc@web.de>
|
||||||
*
|
*
|
||||||
* $Id: contiki-conf.h,v 1.4 2010/01/31 20:42:49 oliverschmidt Exp $
|
* $Id: contiki-conf.h,v 1.5 2010/01/31 21:54:36 oliverschmidt Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CONTIKI_CONF_H__
|
#ifndef __CONTIKI_CONF_H__
|
||||||
|
@ -56,6 +56,10 @@
|
||||||
#define WIDGETCOLOR_FWIN COLOR_LIGHTBLUE
|
#define WIDGETCOLOR_FWIN COLOR_LIGHTBLUE
|
||||||
#define WIDGETCOLOR_HLINK COLOR_CYAN
|
#define WIDGETCOLOR_HLINK COLOR_CYAN
|
||||||
|
|
||||||
|
#define EMAIL_CONF_WIDTH 79
|
||||||
|
#define EMAIL_CONF_HEIGHT 20
|
||||||
|
#define EMAIL_CONF_ERASE 0
|
||||||
|
|
||||||
#define IRC_CONF_WIDTH 80
|
#define IRC_CONF_WIDTH 80
|
||||||
#define IRC_CONF_HEIGHT 24
|
#define IRC_CONF_HEIGHT 24
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
*
|
*
|
||||||
* Author: Oliver Schmidt <ol.sc@web.de>
|
* Author: Oliver Schmidt <ol.sc@web.de>
|
||||||
*
|
*
|
||||||
* $Id: contiki-conf.h,v 1.18 2010/01/31 18:30:50 oliverschmidt Exp $
|
* $Id: contiki-conf.h,v 1.19 2010/01/31 21:50:11 oliverschmidt Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CONTIKI_CONF_H__
|
#ifndef __CONTIKI_CONF_H__
|
||||||
|
@ -56,6 +56,10 @@
|
||||||
#define WIDGETCOLOR_FWIN COLOR_LIGHTBLUE
|
#define WIDGETCOLOR_FWIN COLOR_LIGHTBLUE
|
||||||
#define WIDGETCOLOR_HLINK COLOR_CYAN
|
#define WIDGETCOLOR_HLINK COLOR_CYAN
|
||||||
|
|
||||||
|
#define EMAIL_CONF_WIDTH 39
|
||||||
|
#define EMAIL_CONF_HEIGHT 20
|
||||||
|
#define EMAIL_CONF_ERASE 0
|
||||||
|
|
||||||
#define IRC_CONF_WIDTH 40
|
#define IRC_CONF_WIDTH 40
|
||||||
#define IRC_CONF_HEIGHT 24
|
#define IRC_CONF_HEIGHT 24
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue