From: Alan Cox Date: Fri, 23 Oct 2015 21:42:20 +0000 (+0100) Subject: nc100: set TEXT on both the NC100 and NC200 defaults X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8c4f5d0a3acc6ad6baeb2ef26325603b1494d938;p=FUZIX.git nc100: set TEXT on both the NC100 and NC200 defaults --- diff --git a/Kernel/platform-nc100/devgfx.c b/Kernel/platform-nc100/devgfx.c index e9268dbd..034a0f81 100644 --- a/Kernel/platform-nc100/devgfx.c +++ b/Kernel/platform-nc100/devgfx.c @@ -16,7 +16,7 @@ static struct display ncdisplay = { 0xFF, 0xFF, /* For now */ FMT_MONO_WB, HW_UNACCEL, - 0, + GFX_TEXT, 0, GFX_DRAW };