Centralized key-code constants for cdc_views.
const GFXfont * getGfxFont(FontId id)
Resolves a FontId to its underlying GFX font pointer.
constexpr uint8_t kFontIdCount
Number of entries in the canonical font table.
FontId
Canonical font identifier shared by firmware UI and plugin host API.
@ Bold12pt
FreeMonoBold 12pt. Latin-1 indexed; same mapping path as Bold9pt.
@ Bold24pt
FreeMonoBold 24pt. ASCII only (0x20..0x7E).
@ Builtin
Adafruit-GFX 6x8. Umlauts present at CP437 codepoints (0x84..0x9C). Pass raw CP437 bytes to draw them...
@ Bold9pt
FreeMonoBold 9pt. Latin-1 indexed; render via drawCp437Text() to map CP437 input.
@ Bold18pt
FreeMonoBold 18pt. ASCII only (0x20..0x7E).