summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/sansa-clip/lcd-ssd1303.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/sansa-clip/lcd-ssd1303.c')
-rw-r--r--firmware/target/arm/as3525/sansa-clip/lcd-ssd1303.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/sansa-clip/lcd-ssd1303.c b/firmware/target/arm/as3525/sansa-clip/lcd-ssd1303.c
index edc1d9810e..1ca26dd1a1 100644
--- a/firmware/target/arm/as3525/sansa-clip/lcd-ssd1303.c
+++ b/firmware/target/arm/as3525/sansa-clip/lcd-ssd1303.c
@@ -172,7 +172,7 @@ void lcd_enable(bool enable)
172 ascodec_write(AS3514_DCDC15, 1); 172 ascodec_write(AS3514_DCDC15, 1);
173 173
174 lcd_write_command(LCD_SET_DISPLAY_ON); 174 lcd_write_command(LCD_SET_DISPLAY_ON);
175 lcd_activation_call_hook(); 175 send_event(LCD_EVENT_ACTIVATION, NULL);
176 } 176 }
177 else { 177 else {
178 lcd_write_command(LCD_SET_DISPLAY_OFF); 178 lcd_write_command(LCD_SET_DISPLAY_OFF);