diff options
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config/ipodcolor.h | 3 | ||||
-rw-r--r-- | firmware/export/config/ipodnano1g.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config/ipodcolor.h b/firmware/export/config/ipodcolor.h index 92722560c6..f1bd62cca3 100644 --- a/firmware/export/config/ipodcolor.h +++ b/firmware/export/config/ipodcolor.h | |||
@@ -58,6 +58,9 @@ | |||
58 | #define LCD_DEPTH 16 /* 65536 colours */ | 58 | #define LCD_DEPTH 16 /* 65536 colours */ |
59 | #define LCD_PIXELFORMAT RGB565SWAPPED /* rgb565 byte-swapped */ | 59 | #define LCD_PIXELFORMAT RGB565SWAPPED /* rgb565 byte-swapped */ |
60 | 60 | ||
61 | /* Define this if the LCD can shut down */ | ||
62 | #define HAVE_LCD_SHUTDOWN | ||
63 | |||
61 | /* LCD stays visible without backlight - simulator hint */ | 64 | /* LCD stays visible without backlight - simulator hint */ |
62 | #define HAVE_TRANSFLECTIVE_LCD | 65 | #define HAVE_TRANSFLECTIVE_LCD |
63 | 66 | ||
diff --git a/firmware/export/config/ipodnano1g.h b/firmware/export/config/ipodnano1g.h index 265a8b05aa..6f030a8859 100644 --- a/firmware/export/config/ipodnano1g.h +++ b/firmware/export/config/ipodnano1g.h | |||
@@ -58,6 +58,9 @@ | |||
58 | #define LCD_DEPTH 16 /* 65536 colours */ | 58 | #define LCD_DEPTH 16 /* 65536 colours */ |
59 | #define LCD_PIXELFORMAT RGB565SWAPPED /* rgb565 byte-swapped */ | 59 | #define LCD_PIXELFORMAT RGB565SWAPPED /* rgb565 byte-swapped */ |
60 | 60 | ||
61 | /* Define this if the LCD can shut down */ | ||
62 | #define HAVE_LCD_SHUTDOWN | ||
63 | |||
61 | /* LCD stays visible without backlight - simulator hint */ | 64 | /* LCD stays visible without backlight - simulator hint */ |
62 | #define HAVE_TRANSFLECTIVE_LCD | 65 | #define HAVE_TRANSFLECTIVE_LCD |
63 | 66 | ||