summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/lcd-recorder.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/drivers/lcd-recorder.c b/firmware/drivers/lcd-recorder.c
index 33120d05c4..7fc299a048 100644
--- a/firmware/drivers/lcd-recorder.c
+++ b/firmware/drivers/lcd-recorder.c
@@ -148,6 +148,8 @@ int lcd_default_contrast(void)
148{ 148{
149#ifdef SIMULATOR 149#ifdef SIMULATOR
150 return 30; 150 return 30;
151#elif defined(LCD_GMINI100)
152 return 31;
151#else 153#else
152 return (read_hw_mask() & LCD_CONTRAST_BIAS) ? 31 : 49; 154 return (read_hw_mask() & LCD_CONTRAST_BIAS) ? 31 : 49;
153#endif 155#endif