summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipodnano1g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/ipodnano1g.h')
-rw-r--r--firmware/export/config/ipodnano1g.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/ipodnano1g.h b/firmware/export/config/ipodnano1g.h
index e321d070cb..9dba533744 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 you can invert the colours on your LCD */
62#define HAVE_LCD_INVERT
63
61/* Define this if the LCD can shut down */ 64/* Define this if the LCD can shut down */
62#define HAVE_LCD_SHUTDOWN 65#define HAVE_LCD_SHUTDOWN
63 66