From 8edfed0c8cbcfe3416804a88fd97c5c34b7936f6 Mon Sep 17 00:00:00 2001 From: Nahuel Lofeudo Date: Tue, 21 Apr 2026 08:38:52 +0100 Subject: [PATCH] Fix path to font --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 2fd8100..1acf608 100644 --- a/src/main.rs +++ b/src/main.rs @@ -26,7 +26,7 @@ fn main() { }; let screen_prefs = renderer::structs::Prefs { - font_path: String::from("resources/jd-lcd-rounded/jd-lcd-rounded.ttf"), + font_path: String::from("resources/jd_lcd_rounded/jd-lcd-rounded.ttf"), screen_width: 1920, screen_height: 720, };