Add /cells

This commit is contained in:
Joscha 2024-03-17 17:41:08 +01:00
parent 5e9a4277d0
commit 755889e82d
6 changed files with 114 additions and 1 deletions

View file

@ -25,7 +25,7 @@ impl Printer {
/// Width of the printable area in pixels.
///
/// Assumed to be a multiple of 8, then measured to that precision.
const WIDTH: u32 = 8 * 48;
pub const WIDTH: u32 = 8 * 48;
/// Images are printed in chunks because a single print command can only
/// print so much data.