Fix previous PR (#102)

* Add a `get_screen_block` function. This simplifies working with tiles as currently there is no easy way to manipulate single tiles using `SCREEN_BASE_BLOCKS`

* Fix import
This commit is contained in:
Sp00ph 2021-01-25 20:47:27 +01:00 committed by GitHub
parent 5ac6ebb1f7
commit 5a3bf4630d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,8 @@ pub mod affine;
pub mod bitmap;
pub mod text;
use text::TextScreenblockEntry;
/// The start of VRAM.
///
/// Depending on what display mode is currently set there's different ways that