mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-12-26 03:51:45 +00:00
choosing better resolution for matrix operation
This commit is contained in:
parent
c61e9cc69e
commit
0e893fd2c2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user