mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -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;
|
return;
|
||||||
|
|
||||||
lcd_on = enable;
|
lcd_on = enable;
|
||||||
|
if(lcd_on)
|
||||||
|
lcd_standby_out_seq();
|
||||||
|
else
|
||||||
|
lcd_standby_in_seq();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue