diff options
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config-clip.h | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h index bcda3bb153..01a08f3886 100644 --- a/firmware/export/config-clip.h +++ b/firmware/export/config-clip.h | |||
@@ -29,7 +29,7 @@ | |||
29 | #define HAVE_LCD_BITMAP | 29 | #define HAVE_LCD_BITMAP |
30 | 30 | ||
31 | /* define this if you have a light associated with the buttons */ | 31 | /* define this if you have a light associated with the buttons */ |
32 | #define HAVE_BUTTON_LIGHT | 32 | //#define HAVE_BUTTON_LIGHT |
33 | 33 | ||
34 | /* define this if you have access to the quickscreen */ | 34 | /* define this if you have access to the quickscreen */ |
35 | //#define HAVE_QUICKSCREEN | 35 | //#define HAVE_QUICKSCREEN |
@@ -47,7 +47,7 @@ | |||
47 | #define LCD_PIXELFORMAT VERTICAL_PACKING | 47 | #define LCD_PIXELFORMAT VERTICAL_PACKING |
48 | 48 | ||
49 | /* define this if you have LCD enable function */ | 49 | /* define this if you have LCD enable function */ |
50 | #define HAVE_LCD_ENABLE | 50 | //#define HAVE_LCD_ENABLE |
51 | 51 | ||
52 | #ifndef BOOTLOADER | 52 | #ifndef BOOTLOADER |
53 | 53 | ||
@@ -58,7 +58,7 @@ | |||
58 | #endif | 58 | #endif |
59 | 59 | ||
60 | /* define this if you can flip your LCD */ | 60 | /* define this if you can flip your LCD */ |
61 | //#define HAVE_LCD_FLIP | 61 | #define HAVE_LCD_FLIP |
62 | 62 | ||
63 | /* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR *//* put the lcd frame buffer in IRAM */ | 63 | /* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR *//* put the lcd frame buffer in IRAM */ |
64 | 64 | ||
@@ -75,16 +75,15 @@ | |||
75 | #endif | 75 | #endif |
76 | 76 | ||
77 | /* Define this if you have a software controlled poweroff */ | 77 | /* Define this if you have a software controlled poweroff */ |
78 | //#define HAVE_SW_POWEROFF | 78 | #define HAVE_SW_POWEROFF |
79 | 79 | ||
80 | #define HAVE_FAT16SUPPORT | 80 | #define HAVE_FAT16SUPPORT |
81 | 81 | ||
82 | /* The number of bytes reserved for loadable codecs */ | 82 | /* The number of bytes reserved for loadable codecs */ |
83 | #define CODEC_SIZE 0 | 83 | #define CODEC_SIZE 0x100000 |
84 | //#define CODEC_SIZE 0x100000 | ||
85 | 84 | ||
86 | /* The number of bytes reserved for loadable plugins */ | 85 | /* The number of bytes reserved for loadable plugins */ |
87 | //#define PLUGIN_BUFFER_SIZE 0x80000 | 86 | #define PLUGIN_BUFFER_SIZE 0x80000 |
88 | 87 | ||
89 | #define AB_REPEAT_ENABLE 1 | 88 | #define AB_REPEAT_ENABLE 1 |
90 | 89 | ||
@@ -92,10 +91,6 @@ | |||
92 | //#define CONFIG_TUNER LV24020LP | 91 | //#define CONFIG_TUNER LV24020LP |
93 | //#define HAVE_TUNER_PWR_CTRL | 92 | //#define HAVE_TUNER_PWR_CTRL |
94 | 93 | ||
95 | /* Define this for LCD backlight available */ | ||
96 | #define HAVE_BACKLIGHT | ||
97 | #define HAVE_BACKLIGHT_BRIGHTNESS | ||
98 | |||
99 | /* define this if you have a flash memory storage */ | 94 | /* define this if you have a flash memory storage */ |
100 | #define HAVE_FLASH_STORAGE | 95 | #define HAVE_FLASH_STORAGE |
101 | 96 | ||