aboutsummaryrefslogtreecommitdiffstats
path: root/demos/applications
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-02-19 00:23:07 +1000
committerinmarket <andrewh@inmarket.com.au>2014-02-19 00:23:07 +1000
commitfe6708c7a284fcd17082ef1b59ead564db47bcbc (patch)
treeaa0f112bc2e745b2984242a35890022711e11279 /demos/applications
parent5f8ca40ef00e457b326b25615bca1348a15c23b8 (diff)
downloaduGFX-fe6708c7a284fcd17082ef1b59ead564db47bcbc.tar.gz
uGFX-fe6708c7a284fcd17082ef1b59ead564db47bcbc.tar.bz2
uGFX-fe6708c7a284fcd17082ef1b59ead564db47bcbc.zip
Demo updates to fix compile issues.
Diffstat (limited to 'demos/applications')
-rw-r--r--demos/applications/notepad/gfxconf.h1
-rw-r--r--demos/applications/notepad/main.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/demos/applications/notepad/gfxconf.h b/demos/applications/notepad/gfxconf.h
index 7ffb22fa..b3920119 100644
--- a/demos/applications/notepad/gfxconf.h
+++ b/demos/applications/notepad/gfxconf.h
@@ -47,7 +47,6 @@
#define GDISP_NEED_CLIP TRUE
#define GDISP_NEED_TEXT TRUE
#define GDISP_NEED_CIRCLE TRUE
-#define GDISP_NEED_CONTROL TRUE
#define GDISP_NEED_MULTITHREAD TRUE
/* Builtin Fonts */
diff --git a/demos/applications/notepad/main.c b/demos/applications/notepad/main.c
index d2d53464..fb10e86b 100644
--- a/demos/applications/notepad/main.c
+++ b/demos/applications/notepad/main.c
@@ -79,7 +79,6 @@ int main(void) {
gfxInit();
ginputGetMouse(0);
- gdispSetOrientation(GDISP_ROTATE_90);
drawScreen();