mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when the lcd is enabled and the image is refreshed so overlayed drawing can also be refreshed. Chiefly mpegplayer needs this so it can redraw the YUV data after the backlight is turned on while paused or when using 'Set Start Time'.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17640 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b57b779fbc
commit
adf2e4c9a0
15 changed files with 90 additions and 1 deletions
|
|
@ -287,6 +287,7 @@ void lcd_enable(bool state)
|
|||
|
||||
lcd_on = true;
|
||||
lcd_update();
|
||||
lcd_call_enable_hook();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue