From d8b83160ab707b0a585b51100dc99e4590cb4609 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Wed, 1 Oct 2025 18:53:24 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Configurator=20options=20TFT=5FF?= =?UTF-8?q?ONT=20/=20TFT=5FTHEME?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/Configuration.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 40b8ba5f22..5903406e07 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -3468,6 +3468,7 @@ * NOTOSANS - Default font with anti-aliasing. Supports Latin Extended and non-Latin characters. * UNIFONT - Lightweight font, no anti-aliasing. Supports Latin Extended and non-Latin characters. * HELVETICA - Lightweight font, no anti-aliasing. Supports Basic Latin (0x0020-0x007F) and Latin-1 Supplement (0x0080-0x00FF) characters only. + * :['NOTOSANS', 'UNIFONT', 'HELVETICA'] */ #define TFT_FONT NOTOSANS @@ -3477,6 +3478,7 @@ * BLUE_MARLIN - Default theme with 'midnight blue' background * BLACK_MARLIN - Theme with 'black' background * ANET_BLACK - Theme used for Anet ET4/5 + * :['BLUE_MARLIN', 'BLACK_MARLIN', 'ANET_BLACK'] */ #define TFT_THEME BLACK_MARLIN