aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-05-30 19:02:55 +0200
committerJoel Bodenmann <joel@unormal.org>2013-05-30 19:02:55 +0200
commitf2ba60f4655107bd0099d24238220d94639f9d29 (patch)
tree029d7a789bd342b282e158906d0dca3c7d0e7551
parentc4f39fcdde7c44ca0423615497bb9f92d6ac4cdc (diff)
downloaduGFX-f2ba60f4655107bd0099d24238220d94639f9d29.tar.gz
uGFX-f2ba60f4655107bd0099d24238220d94639f9d29.tar.bz2
uGFX-f2ba60f4655107bd0099d24238220d94639f9d29.zip
gdispInit() -> gfxInit() in all demos
-rw-r--r--demos/3rdparty/notepad-2/main.c2
-rw-r--r--demos/3rdparty/notepad-2/readme.txt2
-rw-r--r--demos/3rdparty/notepad-2/toolbarIcons.gifbin3184 -> 3185 bytes
-rw-r--r--demos/modules/gdisp/gdisp_images/results_650x493.pngbin32345 -> 32346 bytes
-rw-r--r--demos/modules/gdisp/gdisp_images/test-pal8.bmpbin9254 -> 9255 bytes
-rw-r--r--demos/modules/gdisp/gdisp_images_animated/testanim.gifbin8938 -> 8939 bytes
-rw-r--r--demos/modules/gwin/slider/readme.txt2
-rw-r--r--demos/modules/gwin/slider/result_647x490.pngbin24141 -> 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
--- a/demos/3rdparty/notepad-2/toolbarIcons.gif
+++ b/demos/3rdparty/notepad-2/toolbarIcons.gif
Binary files 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
--- a/demos/modules/gdisp/gdisp_images/results_650x493.png
+++ b/demos/modules/gdisp/gdisp_images/results_650x493.png
Binary files 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
--- a/demos/modules/gdisp/gdisp_images/test-pal8.bmp
+++ b/demos/modules/gdisp/gdisp_images/test-pal8.bmp
Binary files 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
--- a/demos/modules/gdisp/gdisp_images_animated/testanim.gif
+++ b/demos/modules/gdisp/gdisp_images_animated/testanim.gif
Binary files 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
--- a/demos/modules/gwin/slider/result_647x490.png
+++ b/demos/modules/gwin/slider/result_647x490.png
Binary files differ