summaryrefslogtreecommitdiff
path: root/firmware/export/config-player.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-player.h')
-rw-r--r--firmware/export/config-player.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index e12e2234e1..f3b1bbddd7 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -20,6 +20,9 @@
20/* Define this if you have a DAC3550A */ 20/* Define this if you have a DAC3550A */
21#define HAVE_DAC3550A 21#define HAVE_DAC3550A
22 22
23/* Define this for LCD backlight available */
24#define CONFIG_BACKLIGHT BL_PA14_LO /* port PA14, low active */
25
23#ifndef SIMULATOR 26#ifndef SIMULATOR
24 27
25/* Define this if you have a SH7034 */ 28/* Define this if you have a SH7034 */
@@ -70,9 +73,6 @@
70/* Software controlled LED */ 73/* Software controlled LED */
71#define CONFIG_LED LED_REAL 74#define CONFIG_LED LED_REAL
72 75
73/* Define this for LCD backlight available */
74#define CONFIG_BACKLIGHT BL_PA14_LO /* port PA14, low active */
75
76#define CONFIG_LCD LCD_SSD1801 76#define CONFIG_LCD LCD_SSD1801
77 77
78#define BOOTFILE_EXT "mod" 78#define BOOTFILE_EXT "mod"