aboutsummaryrefslogtreecommitdiffstats
path: root/demos/3rdparty
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 /demos/3rdparty
parentc4f39fcdde7c44ca0423615497bb9f92d6ac4cdc (diff)
downloaduGFX-f2ba60f4655107bd0099d24238220d94639f9d29.tar.gz
uGFX-f2ba60f4655107bd0099d24238220d94639f9d29.tar.bz2
uGFX-f2ba60f4655107bd0099d24238220d94639f9d29.zip
gdispInit() -> gfxInit() in all demos
Diffstat (limited to 'demos/3rdparty')
-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
3 files changed, 2 insertions, 2 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