1786017480

This commit is contained in:
2026-08-06 13:58:00 +02:00
parent c343a58cf9
commit ceb01944a2

View File

@@ -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 {