From 1ccb7f46608dd4da5abf92afbfa7c7daa8c62c47 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Fri, 5 Oct 2012 09:20:39 +0200 Subject: rename of orientation --- demos/notepad/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/notepad') diff --git a/demos/notepad/main.c b/demos/notepad/main.c index 65247b09..40071719 100644 --- a/demos/notepad/main.c +++ b/demos/notepad/main.c @@ -36,7 +36,7 @@ void drawScreen(void) { uint16_t colorsize = COLOR_SIZE; uint16_t pensize = PEN_SIZE; - gdispSetOrientation(landscape); + gdispSetOrientation(GDISP_ROTATE_90); gdispClear(White); gdispDrawString(gdispGetWidth()-gdispGetStringWidth(msg, &fontUI2Double)-3, 3, msg, &fontUI2Double, Black); -- cgit v1.2.3