ipodvideo/ipod6g: use taller sysfont

same as eroq devices which have also a 320x240 screen

Change-Id: Ie723f7ce378beee1764dc9c0c276f08ce9381dd4
This commit is contained in:
Paul Sauro 2025-02-08 12:01:24 +01:00 committed by Solomon Peachy
parent f3ce792af8
commit 36bcc0625a

2
tools/configure vendored
View file

@ -1967,6 +1967,7 @@ fi
t_soc="pp" t_soc="pp"
t_manufacturer="ipod" t_manufacturer="ipod"
t_model="video" t_model="video"
sysfont="14-Rockbox-Mix"
;; ;;
23|ipod3g) 23|ipod3g)
@ -2126,6 +2127,7 @@ fi
t_cpu="arm" t_cpu="arm"
t_manufacturer="s5l8702" t_manufacturer="s5l8702"
t_model="ipod6g" t_model="ipod6g"
sysfont="14-Rockbox-Mix"
;; ;;
30|iaudiox5) 30|iaudiox5)