diff options
Diffstat (limited to 'firmware/export/config-player.h')
| -rw-r--r-- | firmware/export/config-player.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h index e12e223..f3b1bbd 100644 --- a/firmware/export/config-player.h +++ b/firmware/export/config-player.h @@ -20,6 +20,9 @@ /* Define this if you have a DAC3550A */ #define HAVE_DAC3550A +/* Define this for LCD backlight available */ +#define CONFIG_BACKLIGHT BL_PA14_LO /* port PA14, low active */ + #ifndef SIMULATOR /* Define this if you have a SH7034 */ @@ -70,9 +73,6 @@ /* Software controlled LED */ #define CONFIG_LED LED_REAL -/* Define this for LCD backlight available */ -#define CONFIG_BACKLIGHT BL_PA14_LO /* port PA14, low active */ - #define CONFIG_LCD LCD_SSD1801 #define BOOTFILE_EXT "mod" |