From ec637ad2df8bc938813ece64496f0965743fabfc Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Fri, 5 Oct 2012 09:12:57 +0200 Subject: Revert "rename of orientation" This reverts commit d6b17a157392b40a1131fe70d798ad3eaab6378f. --- demos/notepad/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos') diff --git a/demos/notepad/main.c b/demos/notepad/main.c index 40071719..65247b09 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(GDISP_ROTATE_90); + gdispSetOrientation(landscape); gdispClear(White); gdispDrawString(gdispGetWidth()-gdispGetStringWidth(msg, &fontUI2Double)-3, 3, msg, &fontUI2Double, Black); -- cgit v1.2.3