summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config/sansaview.h13
1 files changed, 3 insertions, 10 deletions
diff --git a/firmware/export/config/sansaview.h b/firmware/export/config/sansaview.h
index fb49010..1404074 100644
--- a/firmware/export/config/sansaview.h
+++ b/firmware/export/config/sansaview.h
@@ -53,12 +53,7 @@
#ifndef BOOTLOADER
/* define this if you have LCD enable function */
-/* #define HAVE_LCD_ENABLE */
-
-/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
- should be defined as well. */
-/* #define HAVE_LCD_SLEEP */
-/* #define HAVE_LCD_SLEEP_SETTING */
+#define HAVE_LCD_ENABLE
#endif
/* define this if you can flip your LCD */
@@ -67,8 +62,6 @@
/* define this if you can invert the colours on your LCD */
#define HAVE_LCD_INVERT
-/* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR *//* put the lcd frame buffer in IRAM */
-
/* The only difference is that the power/hold is on the left instead of right on Fuze */
#define CONFIG_KEYPAD SANSA_FUZE_PAD
@@ -158,7 +151,7 @@
/* Define this to the CPU frequency */
#define CPU_FREQ 250000000
-/* Type of LCD TODO: hopefully the same as the x5 but check this*/
+/* Type of LCD */
#define CONFIG_LCD LCD_VIEW
/* Offset ( in the firmware file's header ) to the file CRC and data. These are
@@ -174,7 +167,7 @@
#endif
/* USB On-the-go */
-/* #define CONFIG_USBOTG USBOTG_ARC */
+#define CONFIG_USBOTG USBOTG_ARC
/* enable these for the experimental usb stack */
#define HAVE_USBSTACK