summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansafuzeplus.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansafuzeplus.h')
-rw-r--r--firmware/export/config/sansafuzeplus.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h
index 4c3cd6014b..971ff019b6 100644
--- a/firmware/export/config/sansafuzeplus.h
+++ b/firmware/export/config/sansafuzeplus.h
@@ -28,7 +28,7 @@
28/* define this if you have a colour LCD */ 28/* define this if you have a colour LCD */
29#define HAVE_LCD_COLOR 29#define HAVE_LCD_COLOR
30 30
31#ifndef BOOTLOADER/* define this if you want album art for this target */ 31#ifndef BOOTLOADER
32#define HAVE_ALBUMART 32#define HAVE_ALBUMART
33 33
34/* define this to enable bitmap scaling */ 34/* define this to enable bitmap scaling */
@@ -37,9 +37,6 @@
37/* define this to enable JPEG decoding */ 37/* define this to enable JPEG decoding */
38#define HAVE_JPEG 38#define HAVE_JPEG
39 39
40/* define this if you have a light associated with the buttons */
41#define HAVE_BUTTON_LIGHT
42
43/* define this if you have access to the quickscreen */ 40/* define this if you have access to the quickscreen */
44#define HAVE_QUICKSCREEN 41#define HAVE_QUICKSCREEN
45 42
@@ -69,13 +66,19 @@
69/* define this if you have a real-time clock */ 66/* define this if you have a real-time clock */
70#define CONFIG_RTC RTC_IMX233 67#define CONFIG_RTC RTC_IMX233
71 68
69/* define this if you have a real-time clock with alarm facilities */
70#define HAVE_RTC_ALARM
71
72#endif /* !BOOTLOADER */
73
74/* define this if you have an i.MX23 codec */
75#define HAVE_IMX233_CODEC
76
72#define CONFIG_TUNER SI4700 77#define CONFIG_TUNER SI4700
73 78
74/* There is no hardware tone control */ 79/* There is no hardware tone control */
75#define HAVE_SW_TONE_CONTROLS 80#define HAVE_SW_TONE_CONTROLS
76 81
77#endif /* !BOOTLOADER */
78
79#define CONFIG_KEYPAD SANSA_FUZEPLUS_PAD 82#define CONFIG_KEYPAD SANSA_FUZEPLUS_PAD
80 83
81/* Define this to enable morse code input */ 84/* Define this to enable morse code input */
@@ -84,7 +87,6 @@
84/* Define this if you do software codec */ 87/* Define this if you do software codec */
85#define CONFIG_CODEC SWCODEC 88#define CONFIG_CODEC SWCODEC
86 89
87
88/* LCD dimensions */ 90/* LCD dimensions */
89#define LCD_WIDTH 240 91#define LCD_WIDTH 240
90#define LCD_HEIGHT 320 92#define LCD_HEIGHT 320