mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-10 05:32:40 -05:00
Fix yellow
Change-Id: I9d283592c6411c97948ae4962e2c22d7ab45bec3
This commit is contained in:
parent
da7be39614
commit
0fb05249c6
2 changed files with 2 additions and 2 deletions
|
|
@ -226,6 +226,7 @@ static void lcd_display_off_seq(void)
|
||||||
spi_write_reg(0x10, 0x100);
|
spi_write_reg(0x10, 0x100);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef HAVE_LCD_ENABLE
|
||||||
static void lcd_standby_in_seq(void)
|
static void lcd_standby_in_seq(void)
|
||||||
{
|
{
|
||||||
lcd_display_off_seq();
|
lcd_display_off_seq();
|
||||||
|
|
@ -238,6 +239,7 @@ static void lcd_standby_out_seq(void)
|
||||||
lcd_power_seq();
|
lcd_power_seq();
|
||||||
lcd_display_on_seq();
|
lcd_display_on_seq();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Rockbox
|
* Rockbox
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,6 @@
|
||||||
#include "powermgmt-target.h"
|
#include "powermgmt-target.h"
|
||||||
#include "power-imx233.h"
|
#include "power-imx233.h"
|
||||||
|
|
||||||
#warning FIXME calibrate
|
|
||||||
|
|
||||||
const unsigned short battery_level_dangerous[BATTERY_TYPES_COUNT] =
|
const unsigned short battery_level_dangerous[BATTERY_TYPES_COUNT] =
|
||||||
{
|
{
|
||||||
0
|
0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue