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 +- demos/3rdparty/notepad-2/readme.txt | 2 +- demos/3rdparty/notepad-2/toolbarIcons.gif | Bin 3184 -> 3185 bytes .../modules/gdisp/gdisp_images/results_650x493.png | Bin 32345 -> 32346 bytes demos/modules/gdisp/gdisp_images/test-pal8.bmp | Bin 9254 -> 9255 bytes .../gdisp/gdisp_images_animated/testanim.gif | Bin 8938 -> 8939 bytes demos/modules/gwin/slider/readme.txt | 2 +- demos/modules/gwin/slider/result_647x490.png | Bin 24141 -> 24142 bytes 8 files changed, 3 insertions(+), 3 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 */ diff --git a/demos/3rdparty/notepad-2/readme.txt b/demos/3rdparty/notepad-2/readme.txt index 660d1404..be6fafea 100644 --- a/demos/3rdparty/notepad-2/readme.txt +++ b/demos/3rdparty/notepad-2/readme.txt @@ -14,4 +14,4 @@ This demo is planned to support Loading and Saving to SD Card the sketches made Copyright © 2013 Kumar Abhishek [abhishek.kakkar@edaboard.com]. All Rights Reserved This code is made available under the terms of the 3-clause BSD License. -Some of the icons in the set have been taken from the fugue-icons-set by Yusuke Kamiyamane: http://p.yusukekamiyamane.com/ . These icons are covered by a Creative Commons Attribution 3.0 License. \ No newline at end of file +Some of the icons in the set have been taken from the fugue-icons-set by Yusuke Kamiyamane: http://p.yusukekamiyamane.com/ . These icons are covered by a Creative Commons Attribution 3.0 License. diff --git a/demos/3rdparty/notepad-2/toolbarIcons.gif b/demos/3rdparty/notepad-2/toolbarIcons.gif index fb9e7cc9..8a8518b2 100644 Binary files a/demos/3rdparty/notepad-2/toolbarIcons.gif and b/demos/3rdparty/notepad-2/toolbarIcons.gif differ diff --git a/demos/modules/gdisp/gdisp_images/results_650x493.png b/demos/modules/gdisp/gdisp_images/results_650x493.png index 66dcd6e3..aa019adf 100644 Binary files a/demos/modules/gdisp/gdisp_images/results_650x493.png and b/demos/modules/gdisp/gdisp_images/results_650x493.png differ diff --git a/demos/modules/gdisp/gdisp_images/test-pal8.bmp b/demos/modules/gdisp/gdisp_images/test-pal8.bmp index 96b2f866..b8830e8e 100644 Binary files a/demos/modules/gdisp/gdisp_images/test-pal8.bmp and b/demos/modules/gdisp/gdisp_images/test-pal8.bmp differ diff --git a/demos/modules/gdisp/gdisp_images_animated/testanim.gif b/demos/modules/gdisp/gdisp_images_animated/testanim.gif index 6639acb2..f719f02d 100644 Binary files a/demos/modules/gdisp/gdisp_images_animated/testanim.gif and b/demos/modules/gdisp/gdisp_images_animated/testanim.gif differ diff --git a/demos/modules/gwin/slider/readme.txt b/demos/modules/gwin/slider/readme.txt index 2864873a..02d733e9 100644 --- a/demos/modules/gwin/slider/readme.txt +++ b/demos/modules/gwin/slider/readme.txt @@ -3,4 +3,4 @@ If your platform does not support one or the other, turn it off in gfxconf.h Note that you will need to include the drivers into your project -makefile for whichever inputs you decide to use. \ No newline at end of file +makefile for whichever inputs you decide to use. diff --git a/demos/modules/gwin/slider/result_647x490.png b/demos/modules/gwin/slider/result_647x490.png index c7b12a93..58740be4 100644 Binary files a/demos/modules/gwin/slider/result_647x490.png and b/demos/modules/gwin/slider/result_647x490.png differ -- cgit v1.2.3