diff packages/hal/arm/sa11x0/assabet/current/include/assabet.h @ 126:518f42066aba ecos-sw-2000-09-19

Merge from eCos master repository on 2000-09-19-06:25:26-BST
author jlarmour
date Tue, 19 Sep 2000 05:53:51 +0000
parents 0ec04793409a
children e0c0827131d1
line wrap: on
line diff
--- a/packages/hal/arm/sa11x0/assabet/current/include/assabet.h
+++ b/packages/hal/arm/sa11x0/assabet/current/include/assabet.h
@@ -93,9 +93,9 @@ extern unsigned long _assabet_CFG;
 #define SA1110_BCR_CF_BUS_OFF       SA1110_LOGIC_ONE(SA1110_BCR_CF_BUS)
 #define SA1110_BCR_AUDIO_ON         0x00000100     // 1 = UDA1341, MIC, DAA power on
 #define SA1110_BCR_BACKLIGHT        0x00000200     // 1 = LCD backlight on
-#define SA1110_BCR_LCD_BPP          0x00000400     // 0 = 16 RGB, 1 = 12 RGB
-#define SA1110_BCR_LCD_16BPP        SA1110_LOGIC_ZERO(SA1110_BCR_LCD_BPP)
-#define SA1110_BCR_LCD_12BPP        SA1110_LOGIC_ONE(SA1110_BCR_LCD_BPP)
+#define SA1110_BCR_LCD_BPP          0x00000400     // 1 = 16 RGB, 0 = 12 RGB
+#define SA1110_BCR_LCD_16BPP        SA1110_LOGIC_ONE(SA1110_BCR_LCD_BPP)
+#define SA1110_BCR_LCD_12BPP        SA1110_LOGIC_ZERO(SA1110_BCR_LCD_BPP)
 #define SA1110_BCR_LCD              0x00000800     // 1 = LCD panel and controller on
 #define SA1110_BCR_LCD_ON           SA1110_LOGIC_ONE(SA1110_BCR_LCD)
 #define SA1110_BCR_LCD_OFF          SA1110_LOGIC_ZERO(SA1110_BCR_LCD)