1 2 3 4 5 6 7
// Constants for image rendering pub const FONT_SIZE: u32 = 20; pub const IMAGE_QUALITY_MULTIPLIER: u32 = 3; // Constants for screen builder pub const SCREEN_MAX_HEIGHT: u16 = 1000; pub const SCREEN_MAX_WIDTH: u16 = 250;