mirror of
https://github.com/ZeroOSProject/ZeroOS.git
synced 2026-09-13 00:24:41 +08:00
4 lines
147 B
Rust
4 lines
147 B
Rust
pub const GLYPH_WIDTH: usize = 8;
|
|
pub const GLYPH_HEIGHT: usize = 16;
|
|
pub const HANKAKU: &[u8; 4096] = include_bytes!("../resources/hankaku.bin");
|