forked from len0rd/rockbox
iPod Nano 2G LCD sleep: Send LCD_EVENT_ACTIVATION event
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28593 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9321ce3feb
commit
cdbaa09fb7
1 changed files with 847 additions and 846 deletions
|
|
@ -542,6 +542,7 @@ void lcd_wakeup(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
lcd_ispowered = true;
|
lcd_ispowered = true;
|
||||||
|
send_event(LCD_EVENT_ACTIVATION, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
void lcd_awake(void)
|
void lcd_awake(void)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue