mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Partially apply FS#9569 by Michael Chicoine and Thomas Martitz: remove the GPIOD(7) setting in the Fuze and e200v2 LCD drivers - it's set in the buttonlight code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19182 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
95cf600b6c
commit
4c25c92a86
2 changed files with 0 additions and 4 deletions
|
|
@ -305,8 +305,6 @@ void lcd_init_device(void)
|
||||||
CCU_IO &= ~(1<<2);
|
CCU_IO &= ~(1<<2);
|
||||||
CCU_IO &= ~(1<<3);
|
CCU_IO &= ~(1<<3);
|
||||||
|
|
||||||
GPIOD_DIR |= (1<<7);
|
|
||||||
|
|
||||||
lcd_delay(1);
|
lcd_delay(1);
|
||||||
|
|
||||||
GPIOA_PIN(5) = (1<<5);
|
GPIOA_PIN(5) = (1<<5);
|
||||||
|
|
|
||||||
|
|
@ -301,8 +301,6 @@ void lcd_init_device()
|
||||||
CCU_IO &= ~4;
|
CCU_IO &= ~4;
|
||||||
CCU_IO &= ~8;
|
CCU_IO &= ~8;
|
||||||
|
|
||||||
GPIOD_DIR |= (1<<7);
|
|
||||||
|
|
||||||
lcd_delay(1);
|
lcd_delay(1);
|
||||||
|
|
||||||
GPIOA_PIN(5) = (1<<5);
|
GPIOA_PIN(5) = (1<<5);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue