diff options
| -rw-r--r-- | firmware/export/config-h100.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index b97ad90..82247cf 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -22,6 +22,8 @@ /* Define this if you have an remote lcd */ #define HAVE_REMOTE_LCD +#define CONFIG_LCD LCD_S1D15E06 + #ifndef SIMULATOR /* Define this if you have a Motorola SCF5249 */ @@ -54,8 +56,6 @@ /* Define this if you have ATA power-off control */ #define HAVE_ATA_POWER_OFF -#define CONFIG_LCD LCD_S1D15E06 - /* Offset ( in the firmware file's header ) to the file CRC */ #define FIRMWARE_OFFSET_FILE_CRC 0 |