#pragma once #include #include // ── Scalable mini-icons ────────────────────────────────────────────────────── // Small procedural glyphs (delivery markers, etc.) authored on a 1× pixel grid // and scaled to the current font, so they stay legible on large-font layouts // (e.g. landscape e-ink renders text at 2×). Distinct from the XBM page icons // further down, which are fixed-size full bitmaps drawn via drawXbm(). // // To add a mini-icon: // 1. Define a bitmap: H rows top→bottom, one byte per row, bit (1<