summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-26 12:36:25 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-26 19:52:40 +0000
commit804a49886a842495c6bb049c229d924230b85b26 (patch)
tree3a6d61c3e8ea1f7414a452ed51d5b267cc06790b /tools
parent299c2370756baeac5ca458859ae7c64ca462f8c8 (diff)
downloadrockbox-804a49886a.tar.gz
rockbox-804a49886a.zip
statusbar: Make statusbar height equal SYSFONT_HEIGHT
And size elements horizaontally based on SYSFONT_WIDTH Unfortunately we need 16px icons to make 16px statusbar look right but at least it _works_ properly now. Also: all targets currently use 8-px SYSFONT, except some hosted bootloaders Change-Id: I0cdf97e6ef47ec49693ef79667b200595b4fe075
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure9
1 files changed, 5 insertions, 4 deletions
diff --git a/tools/configure b/tools/configure
index 33e323bc7e..8d00be434d 100755
--- a/tools/configure
+++ b/tools/configure
@@ -4057,7 +4057,7 @@ fi
t_cpu="hosted"
t_manufacturer="xduoo"
t_model="xduoo_x3ii"
- sysfont="16-Terminus"
+ sysfontbl="16-Terminus"
;;
243|xduoox20)
@@ -4080,7 +4080,7 @@ fi
t_cpu="hosted"
t_manufacturer="xduoo"
t_model="xduoo_x20"
- sysfont="16-Terminus"
+ sysfontbl="16-Terminus"
;;
244|fiiom3k)
@@ -4103,7 +4103,7 @@ fi
t_manufacturer="fiio"
t_model="m3k"
mipsellinuxcc
- sysfont="16-Terminus"
+ sysfontbl="16-Terminus"
;;
245|aigoerosq|erosq)
@@ -4126,7 +4126,7 @@ fi
t_cpu="hosted"
t_manufacturer="aigo"
t_model="erosq"
- sysfont="16-Terminus"
+ sysfontbl="16-Terminus"
;;
250|ihifi770c)
@@ -4307,6 +4307,7 @@ fi
fi
extradefines="$extradefines -DBOOTLOADER -ffunction-sections -fdata-sections"
bootloader="1"
+ if [ -n "${sysfontbl}" ] ; then sysfont=$sysfontbl ; fi
echo "Bootloader build selected"
;;
[Ss])