summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodnano2g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodnano2g.h')
-rw-r--r--firmware/export/config-ipodnano2g.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config-ipodnano2g.h b/firmware/export/config-ipodnano2g.h
index 9d36a37046..641e88860b 100644
--- a/firmware/export/config-ipodnano2g.h
+++ b/firmware/export/config-ipodnano2g.h
@@ -39,6 +39,9 @@
39/* define this to enable JPEG decoding */ 39/* define this to enable JPEG decoding */
40#define HAVE_JPEG 40#define HAVE_JPEG
41 41
42/* define this if the LCD can shut down */
43#define HAVE_LCD_SHUTDOWN
44
42/* define this if you can invert the colours on your LCD */ 45/* define this if you can invert the colours on your LCD */
43//#define HAVE_LCD_INVERT 46//#define HAVE_LCD_INVERT
44 47
@@ -58,6 +61,10 @@
58 61
59#define CONFIG_NAND NAND_SAMSUNG 62#define CONFIG_NAND NAND_SAMSUNG
60 63
64/* define this if at least one storage driver
65 needs to do cleanup on shutdown */
66#define HAVE_STORAGE_FLUSH
67
61/* The NAND flash has 2048-byte sectors, and is our only storage */ 68/* The NAND flash has 2048-byte sectors, and is our only storage */
62#define SECTOR_SIZE 2048 69#define SECTOR_SIZE 2048
63 70