CHANGELOG fuer truecolor16, starter-Example auf 620x480

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-05 15:12:23 +02:00
parent c5a4d0026b
commit 8c647d3700
2 changed files with 50 additions and 3 deletions
+3 -3
View File
@@ -12,9 +12,9 @@ use pbio::{rgb565, Event, Key, MouseButton, Platform, PlatformConfig};
fn main() {
let mut p = Platform::new(PlatformConfig {
title: "pbio starter".into(),
window_size: (960, 720),
framebuffer_size: (320, 240),
aspect_ratio: Some(4.0/3.0),
window_size: (1240, 960),
framebuffer_size: (620, 480),
aspect_ratio: Some(620.0/480.0),
..Default::default()
});