diff options
Diffstat (limited to 'hw/display/ssd0303.c')
-rw-r--r-- | hw/display/ssd0303.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/display/ssd0303.c b/hw/display/ssd0303.c index 183a87835c..9b6810f2c5 100644 --- a/hw/display/ssd0303.c +++ b/hw/display/ssd0303.c @@ -290,7 +290,7 @@ static int ssd0303_init(I2CSlave *i2c) s->con = graphic_console_init(ssd0303_update_display, ssd0303_invalidate_display, - NULL, NULL, s); + NULL, s); qemu_console_resize(s->con, 96 * MAGNIFY, 16 * MAGNIFY); return 0; } |