summaryrefslogtreecommitdiff
path: root/apps/plugins/goban/goban.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/goban/goban.h')
-rw-r--r--apps/plugins/goban/goban.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/apps/plugins/goban/goban.h b/apps/plugins/goban/goban.h
index e30e14bfe3..b7c083ed0d 100644
--- a/apps/plugins/goban/goban.h
+++ b/apps/plugins/goban/goban.h
@@ -42,13 +42,13 @@
42#define CURSOR_COLOR LCD_RGBPACK(222,0,0) 42#define CURSOR_COLOR LCD_RGBPACK(222,0,0)
43#define MARK_COLOR LCD_RGBPACK(0,0,255) 43#define MARK_COLOR LCD_RGBPACK(0,0,255)
44#elif LCD_DEPTH > 1 /* grayscale */ 44#elif LCD_DEPTH > 1 /* grayscale */
45#define BOARD_COLOR LCD_LIGHTGRAY 45#define BOARD_COLOR LCD_LIGHTGRAY
46#define WHITE_COLOR LCD_WHITE 46#define WHITE_COLOR LCD_WHITE
47#define BLACK_COLOR LCD_BLACK 47#define BLACK_COLOR LCD_BLACK
48#define LINE_COLOR LCD_BLACK 48#define LINE_COLOR LCD_BLACK
49#define BACKGROUND_COLOR LCD_DARKGRAY 49#define BACKGROUND_COLOR LCD_DARKGRAY
50#define CURSOR_COLOR LCD_DARKGRAY 50#define CURSOR_COLOR LCD_DARKGRAY
51#define MARK_COLOR LCD_DARKGRAY 51#define MARK_COLOR LCD_DARKGRAY
52#endif 52#endif
53 53
54/* Key setups */ 54/* Key setups */
@@ -200,7 +200,7 @@
200#define GBN_BUTTON_NEXT_VAR BUTTON_PLAY 200#define GBN_BUTTON_NEXT_VAR BUTTON_PLAY
201 201
202#elif (CONFIG_KEYPAD == IRIVER_H10_PAD) 202#elif (CONFIG_KEYPAD == IRIVER_H10_PAD)
203#define GBN_BUTTON_UP BUTTON_SCROLL_UP 203#define GBN_BUTTON_UP BUTTON_SCROLL_UP
204#define GBN_BUTTON_DOWN BUTTON_SCROLL_DOWN 204#define GBN_BUTTON_DOWN BUTTON_SCROLL_DOWN
205#define GBN_BUTTON_LEFT BUTTON_LEFT 205#define GBN_BUTTON_LEFT BUTTON_LEFT
206#define GBN_BUTTON_RIGHT BUTTON_RIGHT 206#define GBN_BUTTON_RIGHT BUTTON_RIGHT