From 9a8f324a634f4f1ee524ce687c54651c540cc66c Mon Sep 17 00:00:00 2001 From: Jakub <106778416+MarekZegare4@users.noreply.github.com> Date: Tue, 19 May 2026 14:07:20 +0200 Subject: [PATCH] docs: add Lemon font build section to README Describes the font-lemon branch variant with native Unicode rendering, pixel-accurate word wrap, and a link to the Lemon font source. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 0fb15770..326105cd 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,18 @@ Automatically replies to incoming messages that contain a configured trigger wor --- +## Lemon Font Build + +An alternative firmware build is available on the `font-lemon` branch. It replaces the default 5×7 Adafruit font with the [Lemon bitmap font](https://github.com/cmvnd/fonts), which offers: + +- **Native Unicode rendering** — Latin Extended, Greek, and Cyrillic characters (U+0020–U+04FF) are displayed directly without transliteration, covering Polish, Czech, Slovak, German, French, Scandinavian, Hungarian, Romanian, Croatian, Turkish, Baltic, Russian, and Greek scripts. +- **Pixel-accurate word wrap** — text wraps based on actual glyph widths rather than a fixed character count. +- **Slightly taller glyphs** — the font uses a 10 px line height compared to 8 px for the default font. + +Prebuilt `.uf2` files for the Lemon font variant are included in each release alongside the standard builds and are identified by `lemon-font` in the filename. + +--- + Feel free to explore, share feedback and feature requests! ## Development