summaryrefslogtreecommitdiff
path: root/firmware/target/mips/ingenic_x1000/lcd-x1000.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/mips/ingenic_x1000/lcd-x1000.c')
-rw-r--r--firmware/target/mips/ingenic_x1000/lcd-x1000.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/target/mips/ingenic_x1000/lcd-x1000.c b/firmware/target/mips/ingenic_x1000/lcd-x1000.c
index b66359a598..979febf066 100644
--- a/firmware/target/mips/ingenic_x1000/lcd-x1000.c
+++ b/firmware/target/mips/ingenic_x1000/lcd-x1000.c
@@ -428,7 +428,10 @@ void lcd_enable(bool en)
428 428
429 /* Handle turning the LCD back on */ 429 /* Handle turning the LCD back on */
430 if(!bit && en) 430 if(!bit && en)
431 {
432 send_event(LCD_EVENT_ACTIVATION, NULL);
431 lcd_dma_start(); 433 lcd_dma_start();
434 }
432} 435}
433#endif 436#endif
434 437