Added LCD font

This commit is contained in:
2026-04-21 08:15:30 +01:00
parent 81c5b5a1af
commit f4587e974f
5 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ fn main() {
};
let screen_prefs = renderer::structs::Prefs {
font_path: String::from("resources/jd-lcd-rounded.ttf/jd-lcd-rounded.ttf"),
font_path: String::from("resources/jd-lcd-rounded/jd-lcd-rounded.ttf"),
screen_width: 1920,
screen_height: 720,
};