A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd

Revert back to the default 8px sysfont for ipod5g/ipod6g/erosq

The default status bar is sized for SYSFONT, so this made the status bar
slightly taller.

Unfortunately this broke a bunch of themes that didn't include a custom
status bar and had hardcoded assumptions about the height of the default.

While those themes should not be making those assumptions, we don't
yet have a straightforward way to deal with it. So while we try to figure
out a better path forward, revert this.

Change-Id: I2cd6f64be5f405906a097ee0a33391e03bf1804d

-5
-5
tools/configure
··· 1967 1967 t_soc="pp" 1968 1968 t_manufacturer="ipod" 1969 1969 t_model="video" 1970 - sysfont="14-Rockbox-Mix" 1971 1970 ;; 1972 1971 1973 1972 23|ipod3g) ··· 2127 2126 t_cpu="arm" 2128 2127 t_manufacturer="s5l8702" 2129 2128 t_model="ipod6g" 2130 - sysfont="14-Rockbox-Mix" 2131 2129 ;; 2132 2130 2133 2131 30|iaudiox5) ··· 4098 4096 t_manufacturer="aigo" 4099 4097 t_model="erosq" 4100 4098 sysfontbl="16-Terminus" 4101 - sysfont="14-Rockbox-Mix" 4102 4099 ;; 4103 4100 4104 4101 246|fiiom3k) ··· 4138 4135 output="rockbox.erosq" 4139 4136 bootoutput="bootloader.erosq" 4140 4137 sysfontbl="16-Terminus" 4141 - sysfont="14-Rockbox-Mix" 4142 4138 # toolset is the tools within the tools directory that we build for 4143 4139 # this particular target. 4144 4140 toolset="$x1000tools" ··· 4166 4162 output="rockbox.erosq" 4167 4163 bootoutput="bootloader.erosq" 4168 4164 sysfontbl="16-Terminus" 4169 - sysfont="14-Rockbox-Mix" 4170 4165 # toolset is the tools within the tools directory that we build for 4171 4166 # this particular target. 4172 4167 toolset="$x1000tools"