summaryrefslogtreecommitdiff
path: root/firmware/export/config-gigabeat.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-gigabeat.h')
-rw-r--r--firmware/export/config-gigabeat.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h
index 241a3919d1..38be0d078f 100644
--- a/firmware/export/config-gigabeat.h
+++ b/firmware/export/config-gigabeat.h
@@ -45,8 +45,6 @@
45 45
46#define HAVE_BUTTON_LIGHT 46#define HAVE_BUTTON_LIGHT
47 47
48#define HAVE_LCD_ENABLE
49
50#define HAVE_BACKLIGHT_BRIGHTNESS 48#define HAVE_BACKLIGHT_BRIGHTNESS
51 49
52#define HAVE_BUTTONLIGHT_BRIGHTNESS 50#define HAVE_BUTTONLIGHT_BRIGHTNESS
@@ -80,6 +78,9 @@
80 78
81#ifndef SIMULATOR 79#ifndef SIMULATOR
82 80
81/* Define this if your LCD can be enabled/disabled */
82#define HAVE_LCD_ENABLE
83
83/* The LCD on a Gigabeat is 240x320 - it is portrait */ 84/* The LCD on a Gigabeat is 240x320 - it is portrait */
84#define HAVE_PORTRAIT_LCD 85#define HAVE_PORTRAIT_LCD
85 86