choosing better resolution for matrix operation

This commit is contained in:
Baipyrus 2024-05-13 15:15:03 +02:00
parent c61e9cc69e
commit 0e893fd2c2

View File

@ -1,8 +1,8 @@
// Display settings
pub const BRIGHTNESS: &str =
pub const HEIGHT: u32 = 25; // Max: 35
pub const WIDTH: u32 = 25; // Max: 145
" .'`^\",:;Il!i><~+_-?][}{1)(|\\/tfjrxnuvczXYUJCLQ0OZmwqpdbkhao*#MW&8%B@$";
pub const HEIGHT: u32 = 96;
pub const WIDTH: u32 = 96;
pub const FPS: u32 = 10;
// Game settings
pub const K1: u32 = 2;