feat: add glyphs

This commit is contained in:
Julien Calixte
2026-07-12 10:43:41 +02:00
parent 56f5d18bd8
commit 45664fc956
3 changed files with 467 additions and 21 deletions

View File

@@ -13,6 +13,9 @@ use embedded_graphics::prelude::*;
use embedded_graphics::primitives::{Circle, PrimitiveStyleBuilder};
use embedded_graphics::text::{Alignment, Baseline, Text, TextStyleBuilder};
mod glyphs;
pub use glyphs::{blit_glyph, extra_glyph, Glyph};
pub const WIDTH: u16 = 792;
pub const HEIGHT: u16 = 272;