summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/imx233/sansa-fuzeplus
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-01-12 19:08:05 +0000
committerAmaury Pouly <amaury.pouly@gmail.com>2013-01-12 19:08:05 +0000
commite2be0e75ab91ff9a29496a375386297bdb184716 (patch)
tree02ae56d2a7772df0af679b7f6869537d9584b726 /firmware/target/arm/imx233/sansa-fuzeplus
parentc8d36bb994f126e5dfa3a2cc22a05be94d5499e7 (diff)
downloadrockbox-e2be0e75ab91ff9a29496a375386297bdb184716.tar.gz
rockbox-e2be0e75ab91ff9a29496a375386297bdb184716.zip
imx233: correctly send the LCD_EVENT_ACTIVATION on enable
For some reason it is the responsability of the driver to send this event so do it. This might fix some non-updating screens. Change-Id: Ib5fdc94bf266c3497a8ac4e89d0418c0e876ff9f
Diffstat (limited to 'firmware/target/arm/imx233/sansa-fuzeplus')
-rw-r--r--firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c b/firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c
index 46480f5b01..376673e675 100644
--- a/firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c
+++ b/firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c
@@ -521,6 +521,7 @@ void lcd_enable(bool enable)
else
{
lcd_sync_settings();
+ send_event(LCD_EVENT_ACTIVATION, NULL);
}
}
#endif