From: Alan Cox Date: Sun, 8 Jul 2018 15:36:20 +0000 (+0100) Subject: trs80m1: report proper resolution for the Lowe LE-18 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9c23e2267632ffbf63fb73dde40c5df96d60812a;p=FUZIX.git trs80m1: report proper resolution for the Lowe LE-18 --- diff --git a/Kernel/platform-trs80m1/devgfx.c b/Kernel/platform-trs80m1/devgfx.c index 78558348..49afc26f 100644 --- a/Kernel/platform-trs80m1/devgfx.c +++ b/Kernel/platform-trs80m1/devgfx.c @@ -90,8 +90,8 @@ static struct display trsdisplay[6] = { /* Lowe Electronics LE-18 */ { 1, - 256, 192, - 256, 192, + 384, 192, + 384, 192, 255, 255, FMT_MONO_WB, HW_LOWE_LE18,