From ceb01944a265f6017e657be4fe3c0fe2c4cb9c6a Mon Sep 17 00:00:00 2001 From: Avii Date: Thu, 6 Aug 2026 13:58:00 +0200 Subject: [PATCH] 1786017480 --- src/trekstor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trekstor.rs b/src/trekstor.rs index fbb8b1c..0e73d5e 100644 --- a/src/trekstor.rs +++ b/src/trekstor.rs @@ -43,7 +43,7 @@ impl Platform for Trekstor { let mut buffer1 = [Rgb565Pixel(0); 512 * 512]; - let window_width = 512; + let window_width = ctx.screen.width(); // let window_height = ctx.screen.height() - 1; loop {