emdashes begone (#10847)

This commit is contained in:
Tom
2026-07-01 19:01:27 -05:00
committed by GitHub
parent dee94e0758
commit 3becaf2d95
276 changed files with 1795 additions and 1793 deletions
+2 -2
View File
@@ -43,7 +43,7 @@ void setupNicheGraphics()
// E-Ink Driver
// -----------------------------
// The ED047TC1 is a parallel display no SPI bus setup needed.
// The ED047TC1 is a parallel display - no SPI bus setup needed.
// begin() args are part of the EInk interface but are ignored for parallel displays.
Drivers::EInk *driver = new Drivers::ED047TC1;
@@ -61,7 +61,7 @@ void setupNicheGraphics()
// Set how unhealthy additional FAST updates beyond this number are
inkhud->setDisplayResilience(7, 1.5);
// Prepare fonts use larger sizes to suit the 4.7" screen at ~234 DPI
// Prepare fonts - use larger sizes to suit the 4.7" screen at ~234 DPI
InkHUD::Applet::fontLarge = FREESANS_24PT_WIN1253;
InkHUD::Applet::fontMedium = FREESANS_18PT_WIN1253;
InkHUD::Applet::fontSmall = FREESANS_12PT_WIN1253;