diff options
Diffstat (limited to 'demos/3rdparty/notepad-2/main.c')
-rw-r--r-- | demos/3rdparty/notepad-2/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |