mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
zen/zenxfi: implement lcd standby
Change-Id: I5960221d45490c469ffd2a481d447185aba70e56
This commit is contained in:
parent
b170c73f92
commit
7bbdcc1c3b
1 changed files with 4 additions and 0 deletions
|
|
@ -321,6 +321,10 @@ void lcd_enable(bool enable)
|
|||
return;
|
||||
|
||||
lcd_on = enable;
|
||||
if(lcd_on)
|
||||
lcd_standby_out_seq();
|
||||
else
|
||||
lcd_standby_in_seq();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue