1 2 3
use crate::coords::PixelSpaceCoord; pub const KOBO_AURA_SCREEN_SIZE_PX: PixelSpaceCoord = PixelSpaceCoord::new(740, 1000);