diff options
| -rw-r--r-- | firmware/export/config-gigabeat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h index 6fec1e0..3672bdf 100644 --- a/firmware/export/config-gigabeat.h +++ b/firmware/export/config-gigabeat.h @@ -109,6 +109,10 @@ #define CONFIG_LCD LCD_GIGABEAT +/* define this if the backlight can be set to a brightness */ +#define HAVE_BACKLIGHT_SET_FADING +#define __BACKLIGHT_INIT + /* Offset ( in the firmware file's header ) to the file CRC */ #define FIRMWARE_OFFSET_FILE_CRC 0 |