From f2ba60f4655107bd0099d24238220d94639f9d29 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Thu, 30 May 2013 19:02:55 +0200 Subject: gdispInit() -> gfxInit() in all demos --- demos/3rdparty/notepad-2/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/3rdparty/notepad-2/main.c') diff --git a/demos/3rdparty/notepad-2/main.c b/demos/3rdparty/notepad-2/main.c index 350cee80..bd79d574 100644 --- a/demos/3rdparty/notepad-2/main.c +++ b/demos/3rdparty/notepad-2/main.c @@ -81,7 +81,7 @@ int main(void) { chSysInit(); /* initialize the LCD */ - gdispInit(); + gfxInit(); gdispClear(Black); /* Calibrate the touchscreen */ -- cgit v1.2.3