From 5d54b6aba8a0f02b69acb0b345de80e029d504ad Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Fri, 1 Oct 2010 20:27:06 +0000 Subject: [PATCH] Now that I understand that the Atari is in fact monochrome using black & white seems the logical consequence. --- platform/atari/contiki-conf.h | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/platform/atari/contiki-conf.h b/platform/atari/contiki-conf.h index 38b1cd280..dd4c57cc2 100644 --- a/platform/atari/contiki-conf.h +++ b/platform/atari/contiki-conf.h @@ -30,7 +30,7 @@ * * Author: Oliver Schmidt * - * $Id: contiki-conf.h,v 1.1 2010/09/29 19:44:01 oliverschmidt Exp $ + * $Id: contiki-conf.h,v 1.2 2010/10/01 20:27:06 oliverschmidt Exp $ */ #ifndef __CONTIKI_CONF_H__ @@ -43,15 +43,10 @@ #define CTK_CONF_WIDGETUP_KEY 0x01 /* Ctrl-A */ #define CTK_CONF_WIDGETDOWN_KEY '\t' /* Tab or Ctrl-I */ -#define BORDERCOLOR COLOR_LIGHTBLUE -#define SCREENCOLOR COLOR_BLUE -#define BACKGROUNDCOLOR COLOR_BLUE -#define WINDOWCOLOR COLOR_GRAY1 -#define WINDOWCOLOR_FOCUS COLOR_LIGHTBLUE -#define WIDGETCOLOR COLOR_GRAY1 -#define WIDGETCOLOR_FOCUS COLOR_YELLOW -#define WIDGETCOLOR_FWIN COLOR_LIGHTBLUE -#define WIDGETCOLOR_HLINK COLOR_CYAN +#define textcolor(color) COLOR_WHITE + +#define BORDERCOLOR COLOR_BLACK +#define SCREENCOLOR COLOR_BLACK #define EMAIL_CONF_WIDTH 39 #define EMAIL_CONF_HEIGHT 19