From aa1a74b2a12a105533597f61f74489d8da09fe98 Mon Sep 17 00:00:00 2001 From: Dana Conrad Date: Tue, 15 Oct 2024 15:24:47 +0000 Subject: [PATCH] erosqnative: bigger system font Change-Id: I371bc644db3694404e8013959a7e412e6814f8e7 --- tools/configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/configure b/tools/configure index 0af83b985e..4bdb358957 100755 --- a/tools/configure +++ b/tools/configure @@ -4190,6 +4190,7 @@ fi output="rockbox.erosq" bootoutput="bootloader.erosq" sysfontbl="16-Terminus" + sysfont="14-Rockbox-Mix" # toolset is the tools within the tools directory that we build for # this particular target. toolset="$x1000tools" @@ -4217,6 +4218,7 @@ fi output="rockbox.erosq" bootoutput="bootloader.erosq" sysfontbl="16-Terminus" + sysfont="14-Rockbox-Mix" # toolset is the tools within the tools directory that we build for # this particular target. toolset="$x1000tools"