From fc76b8c556f7e18b04789dab4462c0c4acf9acfa Mon Sep 17 00:00:00 2001 From: Avii Date: Thu, 6 Aug 2026 14:16:26 +0200 Subject: [PATCH] 1786018586 --- src/trekstor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trekstor.rs b/src/trekstor.rs index ebad002..212f2b9 100644 --- a/src/trekstor.rs +++ b/src/trekstor.rs @@ -41,7 +41,7 @@ impl Platform for Trekstor { let input = InputState::new(&screen); let mut ctx = Context { screen, input }; - let mut buffer1 = [Rgb565Pixel(0); 512 * 512]; + let mut buffer1 = [Rgb565Pixel(0); 614400]; let window_width = ctx.screen.width(); let window_height = ctx.screen.height();