From 36bcc0625a26abae11c9abf6fb42e2cf4e0203ab Mon Sep 17 00:00:00 2001 From: Paul Sauro Date: Sat, 8 Feb 2025 12:01:24 +0100 Subject: [PATCH] ipodvideo/ipod6g: use taller sysfont same as eroq devices which have also a 320x240 screen Change-Id: Ie723f7ce378beee1764dc9c0c276f08ce9381dd4 --- tools/configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/configure b/tools/configure index 2f72f6c78a..e849d254b8 100755 --- a/tools/configure +++ b/tools/configure @@ -1967,6 +1967,7 @@ fi t_soc="pp" t_manufacturer="ipod" t_model="video" + sysfont="14-Rockbox-Mix" ;; 23|ipod3g) @@ -2126,6 +2127,7 @@ fi t_cpu="arm" t_manufacturer="s5l8702" t_model="ipod6g" + sysfont="14-Rockbox-Mix" ;; 30|iaudiox5)