mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Fuzev2: fix build, use suited bitmap tool
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25342 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9f7842444b
commit
d3312b7f16
2 changed files with 5 additions and 1 deletions
|
|
@ -35,3 +35,7 @@ int button_read_device(void)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool button_hold(void)
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
|
||||||
2
tools/configure
vendored
2
tools/configure
vendored
|
|
@ -2091,7 +2091,7 @@ fi
|
||||||
target="-DSANSA_FUZEV2"
|
target="-DSANSA_FUZEV2"
|
||||||
memory=8 # not sure
|
memory=8 # not sure
|
||||||
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
|
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
|
||||||
bmp2rb_native="$bmp2rb_mono"
|
bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
|
||||||
tool="$rootdir/tools/scramble -add=fuz2"
|
tool="$rootdir/tools/scramble -add=fuz2"
|
||||||
output="rockbox.sansa"
|
output="rockbox.sansa"
|
||||||
bootoutput="bootloader-fuzev2.sansa"
|
bootoutput="bootloader-fuzev2.sansa"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue