diff options
author | Barry Wardell <rockbox@barrywardell.net> | 2006-09-09 19:02:18 +0000 |
---|---|---|
committer | Barry Wardell <rockbox@barrywardell.net> | 2006-09-09 19:02:18 +0000 |
commit | 24ca76ffec3e0d782f75ac1cca2c0b2c8b71f5db (patch) | |
tree | f8c8476949fed16e768fb193e9e0987c4dc2d580 /tools/configure | |
parent | a374ca96fbb7e0ea00dcc85382ee806a523373ac (diff) |
H10 fixes: Split LCD driver up into two drivers, one for each LCD type. Improvements to 20GB LCD driver - support for enable/disable, contrast adjustment, make the update code clearer and ~4% faster, support for flipping, support for invert. Fix CPU frequency for both models. Fix default battery capacity for 5/6GB.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10910 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 0f51e486a2..c1c942a7ea 100755 --- a/tools/configure +++ b/tools/configure @@ -951,7 +951,7 @@ EOF arm7tdmicc tool="$rootdir/tools/scramble -add=h10" bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" - bmp2rb_native="$rootdir/tools/bmp2rb -f 5" + bmp2rb_native="$rootdir/tools/bmp2rb -f 4" output="rockbox.h10" appextra="recorder:gui" archosrom="" |