caling_factor,
+ s->height * s->scaling_factor);
+}
+
+static Property ssd1306_properties[] = {
+DEFINE_PROP_UINT8("width", ssd1306_state, width, 128),
+DEFINE_PROP_UINT8("height", ssd1306_state, height, 32),
+DEFINE_PROP_UINT8("scal
h comments to so discussion can be captured
in one place.
Thanks
-Ryan
-Original Message-
From: Peter Maydell
Sent: Thursday, May 2, 2024 9:03 AM
To: Ryan Mamone
Cc: qemu-devel@nongnu.org
Subject: Re: [PATCH] hw/display: Add SSD1306 dot matrix display controller
support
**EXTERNAL EMAIL
On Tue, 30 Apr 2024 at 21:01, Ryan Mamone
wrote:
>
> From 617b2d92085d03524dcf5c223568a4856cdff47f Mon Sep 17 00:00:00 2001
>
> From: Ryan Mamone
>
> Date: Tue, 30 Apr 2024 13:20:50 -0400
>
> Subject: [PATCH] hw/display: Add SSD1306 dot matrix display controller support
Hi; thanks for this patch