mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Sansa fuze: don't configure GPIO A7 in the LCD driver, this pin is used for fm radio
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21225 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3589be4bdd
commit
5631bf7343
1 changed files with 1 additions and 2 deletions
|
@ -306,11 +306,10 @@ void lcd_init_device()
|
|||
{
|
||||
as3525_dbop_init();
|
||||
|
||||
GPIOA_DIR |= (1<<7|1<<5|1<<4|1<<3);
|
||||
GPIOA_DIR |= (1<<5|1<<4|1<<3);
|
||||
GPIOA_PIN(5) = 0;
|
||||
GPIOA_PIN(3) = (1<<3);
|
||||
GPIOA_PIN(4) = 0;
|
||||
GPIOA_PIN(7) = 0;
|
||||
GPIOA_PIN(5) = (1<<5);
|
||||
|
||||
_display_on();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue