forked from len0rd/rockbox
Fix the red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16299 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
94bd1f74a7
commit
c3213e40ad
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,7 @@ void reset_LCD(bool reset)
|
|||
GPBDAT&=~0x80;
|
||||
}
|
||||
|
||||
void SPI_Send_Bytes(unsigned char *array, int count)
|
||||
void SPI_Send_Bytes(const unsigned char *array, int count)
|
||||
{
|
||||
while (count--)
|
||||
{
|
||||
|
@ -113,6 +113,7 @@ void Setup_LCD_CTRL(void)
|
|||
void lcd_init_device(void)
|
||||
{
|
||||
#ifdef BOOTLOADER
|
||||
int i;
|
||||
/* When the Rockbox bootloader starts, we are changing framebuffer address,
|
||||
but we don't want what's shown on the LCD to change until we do an
|
||||
lcd_update(), so copy the data from the old framebuffer to the new one */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue