mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
Finally fix yellow
Change-Id: Ia7c30821a9417a23478c053b3edcf26e1179a9d9
This commit is contained in:
parent
0fb05249c6
commit
1ef7b6529e
1 changed files with 1 additions and 1 deletions
|
|
@ -216,6 +216,7 @@ static void lcd_display_on_seq(void)
|
|||
spi_write_reg(0x7, 0x103);
|
||||
}
|
||||
|
||||
#ifdef HAVE_LCD_ENABLE
|
||||
static void lcd_display_off_seq(void)
|
||||
{
|
||||
spi_write_reg(0xb, 0x30e1);
|
||||
|
|
@ -226,7 +227,6 @@ static void lcd_display_off_seq(void)
|
|||
spi_write_reg(0x10, 0x100);
|
||||
}
|
||||
|
||||
#ifdef HAVE_LCD_ENABLE
|
||||
static void lcd_standby_in_seq(void)
|
||||
{
|
||||
lcd_display_off_seq();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue