diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-05-30 19:02:55 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-05-30 19:02:55 +0200 |
commit | f2ba60f4655107bd0099d24238220d94639f9d29 (patch) | |
tree | 029d7a789bd342b282e158906d0dca3c7d0e7551 | |
parent | c4f39fcdde7c44ca0423615497bb9f92d6ac4cdc (diff) | |
download | uGFX-f2ba60f4655107bd0099d24238220d94639f9d29.tar.gz uGFX-f2ba60f4655107bd0099d24238220d94639f9d29.tar.bz2 uGFX-f2ba60f4655107bd0099d24238220d94639f9d29.zip |
gdispInit() -> gfxInit() in all demos
-rw-r--r-- | demos/3rdparty/notepad-2/main.c | 2 | ||||
-rw-r--r-- | demos/3rdparty/notepad-2/readme.txt | 2 | ||||
-rw-r--r-- | demos/3rdparty/notepad-2/toolbarIcons.gif | bin | 3184 -> 3185 bytes | |||
-rw-r--r-- | demos/modules/gdisp/gdisp_images/results_650x493.png | bin | 32345 -> 32346 bytes | |||
-rw-r--r-- | demos/modules/gdisp/gdisp_images/test-pal8.bmp | bin | 9254 -> 9255 bytes | |||
-rw-r--r-- | demos/modules/gdisp/gdisp_images_animated/testanim.gif | bin | 8938 -> 8939 bytes | |||
-rw-r--r-- | demos/modules/gwin/slider/readme.txt | 2 | ||||
-rw-r--r-- | 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 Binary files differindex fb9e7cc9..8a8518b2 100644 --- a/demos/3rdparty/notepad-2/toolbarIcons.gif +++ b/demos/3rdparty/notepad-2/toolbarIcons.gif diff --git a/demos/modules/gdisp/gdisp_images/results_650x493.png b/demos/modules/gdisp/gdisp_images/results_650x493.png Binary files differindex 66dcd6e3..aa019adf 100644 --- a/demos/modules/gdisp/gdisp_images/results_650x493.png +++ b/demos/modules/gdisp/gdisp_images/results_650x493.png diff --git a/demos/modules/gdisp/gdisp_images/test-pal8.bmp b/demos/modules/gdisp/gdisp_images/test-pal8.bmp Binary files differindex 96b2f866..b8830e8e 100644 --- a/demos/modules/gdisp/gdisp_images/test-pal8.bmp +++ b/demos/modules/gdisp/gdisp_images/test-pal8.bmp diff --git a/demos/modules/gdisp/gdisp_images_animated/testanim.gif b/demos/modules/gdisp/gdisp_images_animated/testanim.gif Binary files differindex 6639acb2..f719f02d 100644 --- a/demos/modules/gdisp/gdisp_images_animated/testanim.gif +++ b/demos/modules/gdisp/gdisp_images_animated/testanim.gif 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 Binary files differindex c7b12a93..58740be4 100644 --- a/demos/modules/gwin/slider/result_647x490.png +++ b/demos/modules/gwin/slider/result_647x490.png |